![]() |
LABEL COLORName:
The label is specified by the prefix in the command. Dataplot provides two methods for specifying colors.
When setting the label RGB 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 color; and <prefix> is one of the following:
X2 refers to the second horizontal label X3 refers to the third horizontal label X refers to the first horizontal label Y1 refers to the left vertical label Y2 refers to the right vertical label Y refers to the left and right vertical labels no prefix refers to all 5 axis labels. The specification of each individual label with a different color is rare. The most common form (by far) for this command is the last one (with no prefix) which defines the color uniformly for all 5 labels.
where <red> is a number or parameter that specifies the red component; <green> is a number or parameter that specifies the green component; <blue> is a number or parameter that specifies the blue component; and <prefix> is one of the following:
X2 refers to the second horizontal label X3 refers to the third horizontal label X refers to the first horizontal label Y1 refers to the left vertical label Y2 refers to the right vertical label Y refers to the left and right vertical labels no prefix refers to all 5 axis labels. The specification of each individual label with a different color is rare. The most common form (by far) for this command is the last one (with no prefix) which defines the color uniformly for all 5 labels. To turn off the RGB color, set the values to -1 (any negative value will work). Values greater than 255 will be set to 255.
YLABEL COLOR BLUE LABEL COLOR YELLOW LABEL COLOR WHITE LABEL RGB COLOR 238 238 75
2020/10: Added support for RGB color . POLLUTION SOURCE ANALYSIS, LLOYD CURRIE, DATE--1990 . SUBSET OF CURRIE.DAT REFERENCE FILE . SERIAL READ LEAD 164 426 59 98 312 263 607 497 213 54 160 262 547 325 419 94 70 END OF DATA SERIAL READ POT 106 175 61 79 94 121 424 328 107 218 140 179 246 231 245 339 99 END OF DATA . TITLE DEMONSTRATE LABEL COLOR X1LABEL LEAD Y1LABEL POTASSIUM X1LABEL COLOR RED Y1LABEL COLOR BLUE CHARACTER CIRCLE CHARACTER SIZE 1.5 LINE BLANK ALL PLOT POT VS LEAD . POLLUTION SOURCE ANALYSIS, LLOYD CURRIE, DATE--1990 . SUBSET OF CURRIE.DAT REFERENCE FILE . SERIAL READ LEAD 164 426 59 98 312 263 607 497 213 54 160 262 547 325 419 94 70 END OF DATA SERIAL READ POT 106 175 61 79 94 121 424 328 107 218 140 179 246 231 245 339 99 END OF DATA . TITLE DEMONSTRATE LABEL RGB COLOR X1LABEL LEAD Y1LABEL POTASSIUM X1LABEL COLOR RED Y1LABEL COLOR BLUE X1LABEL RGB COLOR 220 109 88 Y1LABEL RGB COLOR 175 238 238 CHARACTER CIRCLE CHARACTER SIZE 1.5 LINE BLANK ALL PLOT POT VS LEAD
|
Privacy
Policy/Security Notice
NIST is an agency of the U.S.
Commerce Department.
Date created: 05/13/2021 |