Scilab 5.5.0
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
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
Report an issue | ||
<< isoview | axes_operations | plotframe >> |