How can I change my plot size?
이전 댓글 표시
Hi, I've got a problem, I want to plot some data but the size of my plot it is a square, what I would like is to have a rectangle with more width than highth as I am plotting a month. How can I do it to change the plot size. All the stuff I've seen was about changing figure size not the plot. If you could help me would be nice.
답변 (1개)
Jan
2022년 3월 21일
0 개 추천
You can change the 'Position' property of the axes. If you avoid to set the axes limits to 'square' explicitly, this should work directly. Do you have any axis() commands in your code?
카테고리
도움말 센터 및 File Exchange에서 Line Plots에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!