Create UI axes for plots in apps
specifies ax
= uiaxes(Name,Value
)UIAxes
property values using one or more
Name,Value
pair arguments.
specifies ax
= uiaxes(parent
,Name,Value
)UIAxes
property values using one or more
Name,Value
arguments.
Zoom, pan, and rotate modes only support a subset of options for UI axes.
zoom
only supports the on
,
off
, and zoom factor arguments.
rotate3d
and pan
only support the
on
and off
arguments. The recommended
way to interact with charts in the UI axes is to use the axes toolbar or the
built-in axes interactions. For more information, see Control Chart Interactivity.