Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
rotate_axes
Interactive rotation of an Axes handle.
Syntax
rotate_axes() rotate_axes(h)
Arguments
- h
Figure or Axes handle. Specify on which Axes the rotation will apply.
Description
rotate_axes
function is used to perform an interactive rotation of an Axes object.
When the function is called, the user is requested to click twice on the graphic window. The first click
initializes the rotation and the second ends it.
If an Axes handle is specified as input argument, the rotation will apply on it. If a figure handle is specified, the first click determines the Axes object to rotate. If the function is called with no argument, the rotation apply on the current figure.
Examples
See also
- zoom_rect — zoom a selection of the current graphic figure
- axes_properties — description of the axes entity properties
Report an issue | ||
<< replot | axes_operations | sca >> |