Why does changing the axis limits after issuing AXIS EQUAL shrink the plot area?
12 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
MathWorks Support Team
am 27 Jun. 2009
Bearbeitet: MathWorks Support Team
am 4 Mai 2021
After issuing the following command in the MATLAB Command Window:
axis equal
changing the axis limits of the plot using the AXIS command will cause the area of the plot in the figure to shrink.
Akzeptierte Antwort
MathWorks Support Team
am 3 Mai 2021
Bearbeitet: MathWorks Support Team
am 4 Mai 2021
Issuing the command AXIS EQUAL changes some axes properties from their default values. This is described in the documentation for the AXIS command under "Algorithm", which can be read by entering the following at the MATLAB command prompt:
doc axis
To prevent the plot area from changing when specifying the axes limits after having issued AXIS EQUAL, first issue the command AXIS NORMAL to restore the axes properties to their default values.
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu 2-D and 3-D Plots finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!