Scilab Data type

grayplot_properties - description of the grayplot entities properties

Description

The Grayplot entity is a leaf of the graphics entities hierarchy. It represents 2D plots of surface using colors and images (see Xgrayplot, Matplot and Matplot1).
  • visible: This field contains the visible property value for the entity . It should be "on" or "off" . By default, the plot is visible, the value's property is "on" . If "off" the plot is not drawn on the screen.
  • data: This is a matrix (n1,n2) which constitue the coordinates of a 2D plots of surface.
  • data_mapping: By default the value of this property "scaled", the indices of painting colors are proportional to the value z coordinates. In another case the property take as value "direct" where the plot is a grayplot and the indices of painting colors are given by the data.
  • parent: This property contains the handle of the parent. The parent of the grayplot (Matplot) entity should be of the type "Axes".
  • Examples

    See Also

    Author