For three-dimensional plots the aspect ratio can be set for data with
daspect
and for the plot box with pbaspect
.
See Axis Configuration, for controlling the x-, y-, and z-limits for
plotting.
Query or set the data aspect ratio of the current axes.
The aspect ratio is a normalized 3-element vector representing the span of the x, y, and z-axis limits.
daspect (mode)
Set the data aspect ratio mode of the current axes. mode is
either "auto"
or "manual"
.
daspect (
"mode"
)
Return the data aspect ratio mode of the current axes.
daspect (hax, …)
Operate on the axes in handle hax instead of the current axes.
Query or set the plot box aspect ratio of the current axes.
The aspect ratio is a normalized 3-element vector representing the rendered lengths of the x, y, and z axes.
pbaspect(mode)
Set the plot box aspect ratio mode of the current axes. mode is
either "auto"
or "manual"
.
pbaspect ("mode")
Return the plot box aspect ratio mode of the current axes.
pbaspect (hax, …)
Operate on the axes in handle hax instead of the current axes.