Scilab 5.3.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
copy
copy a graphics entity.
Calling Sequence
copy(h) copy(h,h_axes) h_copy=copy(h)
Arguments
- h
a handle, the handle of the entity to copy.
- h_axes
a handle, the handle of the parent entity for the destination. It should be an axes entity.
- h_copy
a handle, the handle on the entity copied.
Description
This routine can be used to make a copy of a graphics entity with
all its propeties'values, it returns the handle on this new
entity.
h_axes
omitted, graphics entity is cloned and it's
copied in the same parent axes entity.
Examples
See Also
Authors
Djalel ABDEMOUCHE
<< handle | handle | delete >> |