Scilab Function

copy - copy a graphics entity.

Sequence d'appel

copy(h)
copy(h,h_axes)
h_copy=copy(h)

Parametres

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.

Exemples

Voir aussi

Auteur