Scilab 5.3.3
Scilab help >> Graphics > axes_operations > sca
sca
set the current axes entity
Calling Sequence
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 generaly use the
current axes entity.
Examples
See Also
Authors
S. Steer, INRIA
| << rotate_axes | axes_operations | sda >> |