|
MARGIN COLORName:
Dataplot provides two methods for specifying colors.
When setting the margin color, Dataplot first checks if the device supports RGB colors. If not, the named color will be used. If the device does support RGB color, Dataplot will check if an RGB color has been specified. If yes, then that RGB color is used. If not, the named color will be used. To see the list of supported named colors (with the associated index number), see https://www.itl.nist.gov/div898/software/dataplot/refman1/ch11/homepage.htm
where <color> specifies the desired margin color.
where <ired> specifies the red component of the margin color; <igreen> specifies the green component of the margin color; and <iblue> specifies the blue component of the margin color. The components should be integer values in the range 0 - 255. To turn off the RGB color, set the components to -1 (any negative value will work and if any of the three components is negative the RGB color will be turned off).
MARGIN COLOR YELLOW MARGIN RGB COLOR 90 167 102
background color cyan
background rgb color 110 205 65
margin color yellow
margin rgb color 90 167 102
.
line thickness 0.5
line color yellow
title case asis
title offset 2
title Sample Plot
label case asis
x1label x
y1label x**2
.
plot x**2 for x = 1 1 9
|
Privacy
Policy/Security Notice
NIST is an agency of the U.S.
Commerce Department.
Date created: 03/30/2021 | ||||||||||