Scilab Function

set - set a property value of a graphic entity object or of a User Interface object.

Calling Sequence

set(prop,val)
set(h,prop,val)
h.prop=val
set(n,prop,val)

Parameters

Description

This routine can be used to set a graphics entity specified property. This graphics entity is identified by its handle h.If the handle is not specified, the current object is taken as the default handle. The type of the value to set property depends on the type of the graphics entity.

See graphics_entities for details about properties' names and values for graphics entities.

See uicontrol for details about properties' names and values for User Interface objects.

For graphics entities handle it is possible to use equivalently a dot notation like h.background instead of set.

Examples

See Also

Author