Scilab 5.3.3
Scilab help >> Graphics > axes_operations > newaxes
newaxes
Creates a new Axes entity
Calling Sequence
a=newaxes()
Arguments
- a
a handle, the handle on the newly created Axes entity
Description
newaxes() is used to create a new Axes entity (see
graphics_entities) in the current figure. The properties of
this entity are inherited from the default_axes entity (see
gda)
Examples
See Also
Authors
S. Steer, INRIA
| << isoview | axes_operations | plotframe >> |