Download Function Reference Manual - DSP Development Corporation

Transcript
Remarks:
By default, a surface is shaded such that all the colors of a color map are used.
SETCRANGE sets a restricted range of colors to be mapped such that the same Z values
of different surfaces are mapped to the same color.
Use setcrange() (no arguments) to remove the color range.
See GETCRANGE to return the color range.
See Also:
COLORBAR
COOL
GETCOLORMAP
GETCRANGE
HOT
RAINBOW
SETCOLORMAP
SETSHADING
SETDATE
Purpose:
Sets the date for a series.
Format:
SETDATE(Window, "date")
Window - Optional. Window reference. Defaults to the current Window.
"date"
- String representing new date in quotes. Must be in the form "MM-DD-YY"
or "MM-DD-YYYY".
Example:
setdate(W3, "6-12-2003")
sets the date of the series in W3. To verify the change, press [F2] to display the
information box.
Remarks:
To save the change, save the series after its date has been changed.
See Also:
GETDATE
GETTIME
SAVESERIES
SETTIME
665