Specifes the color of a plot entity or a datum line.
*Color() - HyperGraphSpecifes the color of a plot entity or a datum line. |
|||||
*Color() - HyperGraphSpecifes the color of a plot entity or a datum line. |
Syntax |
*Color(color) |
|
Argument |
Name |
Description |
color |
A number from 0 to 63 representing the 64 colors in HyperGraph’s palette. |
|
Example |
*BeginNote() *Color(11) *BorderWidth(1) *Font("times", 0, 1, 12) *EndNote() |
|
Application |
HyperGraph. |
|
Context |
*BeginDatumLine()*BeginNote()_BeginNote |
|
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. |
|
See also |
|
|