ColourMapPlot Object

This object allows controlling the visualization of color map plots.

 

Reset

Reset all plot options to their default values.

 

SetXTicks( int nticks)

Specifies the number of ticks along the horizontal axis. Please note that at least two ticks must be specified.

 

SetYTicks( int nticks)

Specifies the number of ticks along the vertical axis. Please note that at least two ticks must be specified.

 

SetDrawGrid ( bool grid)

This option specifies whether a grid is drawn on top of the data.

 

SetClampToRange( bool clamp)

This option specifies whether the color ramp is scaled to the maximum data range or to a custom lower and upper limit. If this setting is turned on, the color ramp limits are specified by the SetClampToRangeMin and SetClampToRangeMax settings.

 

SetClampToRangeMin( double limit )

This option is used only if the SetClampToRange option is turned on. The limit specifies the lower bound of the color ramp scale.

 

SetClampToRangeMax( double limit )

This option is used only if the SetClampToRange option is turned on. The limit specifies the upper bound of the color ramp scale.

 

SetSkipLessThan ( bool skip)

This option specifies whether data values below a given threshold shall be skipped from visualization. The threshold value is specified by the SetSkipLessThanValue setting.

 

SetSkipLessThanValue( double threshold)

This option is used only if the SetSkipLessThan option is turned on. The limit specifies the threshold such that data values below this limit will be skipped from visualization.