*FrameColor()

Specifies the color of the window surrounding a plot.

Syntax

*FrameColor (Color)

Application

HyperGraph

Inputs

Color
An integer from 0 to 63 representing any of the 64 colors on the palette.

Context

*BeginPlot()

Report Definitions

Example

*BeginPlot
	• • •
	*FrameColor(12)
	• • •	
*EndPlot

Comments

The window frame color can only be changed by editing thesession. It is not available on the program interface.

The colors on the color palette are numbered from left to right, top to bottom beginning with 0.

If no frame color is specified, medium gray (12) is used.