*BorderColor()

Specifies the color of the thin border surrounding a plot.

Syntax

*BorderColor (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
	• • •
	*BorderColor(4)
	• • •	
*EndPlot

Comments

The border color can only be changed by editing thesession.

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

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