*Color() - HyperGraph

Specifes the color of a plot entity or a datum line.

Syntax

*Color (color)

Application

HyperGraph

Inputs

color
A number from 0 to 63 representing the 64 colors in HyperGraph’s palette.

Context

*BeginDatumLine()*BeginNote()_BeginNote

Report Definitions

Example

*BeginNote()
    *Color(11)
    *BorderWidth(1)
    *Font("times", 0, 1, 12)
*EndNote()

Comments

Default colors differ according to the context in which *Color() is used. If no background color is specified, white (1) is used for notes, and yellow (5) is used for datum lines.

*Color() is only valid in plot or datum line blocks.

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