How can I change my plot size?
Mostrar comentarios más antiguos
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.
Respuestas (1)
Jan
el 21 de Mzo. de 2022
0 votos
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?
Categorías
Más información sobre 2-D and 3-D Plots en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!