Property
|
What It Does
|
DataAspectRatio
|
Sets the relative scaling of the individual axis data values. Set DataAspectRatio to [1 1 1] to display real-world objects in correct proportions. Specifying a value for DataAspectRatio overrides stretch-to-fill behavior.
|
DataAspectRatioMode
|
In auto, MATLAB selects axis scales that provide the highest resolution in the space available.
|
PlotBoxAspectRatio
|
Sets the proportions of the axes plot box (Set box to on to see the box). Specifying a value for PlotBoxAspectRatio overrides stretch-to-fill behavior.
|
PlotBoxAspectRatioMode
|
In auto, MATLAB sets the PlotBoxAspectRatio to [1 1 1] unless you explicitly set the DataAspectRatio and/or the axis limits.
|
Position
|
Defines the location and size of the axes with a four-element vector: [left offset, bottom offset, width, height].
|
XLim, YLim, ZLim
|
Sets the minimum and maximum limits of the respective axes.
|
XLimMode, YLimMode, ZLimMode
|
In auto, MATLAB selects the axis limits.
|