Scilab-Branch-5.3-GIT
      
      
    Please note that the recommended version of Scilab is 2026.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
Authors
S. Steer, INRIA
| << isoview | axes_operations | sca >> |