Scilab-Branch-6.1-GIT
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
sca
set the current axes entity
Syntax
a=sca(a)
Arguments
- a
a handle, the handle on the Axes entity
Description
sca(a)
is used to set the current Axes
entity (see
graphics_entities) to the one pointed to by the handle
a
. The drawing functions generally use the
current axes entity.
Examples
See also
Report an issue | ||
<< rotate_axes | axes_operations | sda >> |