favSetPaletteRange

AVVIEWER Subroutine: Sets the range of data values that the color palette will be associated with.

Module: USE AVVIEWER

Syntax

favSetPaletteRange (hv, minval, maxval, status)

hv
A handle that references an instance of Array Viewer created by favStartViewer.

minval
An input argument of type REAL(8). It specifies the minimum value in the data range.

maxval
An input argument of type REAL(8). It specifies the maximum value in the data range.

status
An output argument of type INTEGER(4). It returns a status code for the success of this call. The value 0 indicates success.

Remarks

This subroutine only affects the graph's appearance when PaletteAutoAdjust is disabled.

See Also

favGetPaletteRange, favSetPaletteAutoAdjust