![]() |
BOX FILL COLORName:
When setting the box fill 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 <id> is a box identifier (a number or parameter) in the integer range 1 to 100; and <color> identifies the desired color. If no <id> is given, all 100 box fill colors will be set to the specified color.
where <id> is a box identifier (a number or parameter) in the integer range 1 to 100; and <red>, <green>, <blue> is a list of integer values that specifies the desired RGB box fill color. If no <id> is given, all 100 box fill colors will be set to the specified color. 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.
BOX 2 FILL COLOR BLUE BOX 1 FILL RGB COLOR 220 109 88 BOX 2 FILL RGB COLOR 175 238 238
2021/05: Support for RGB colors BOX 1 COORDINATES 18 80 23 85 BOX 1 FILL COLOR RED LEGEND 1 COORDINATES 25 82 LEGEND 1 XSUP()2 . BOX 2 COORDINATES 18 73 23 78 BOX 2 FILL COLOR BLUE LEGEND 2 COORDINATES 25 75 LEGEND 2 XSUP()3 . BOX FILL PATTERN SOLID LEGEND FONT SIMPLEX CHARACTER BOX BOX CHARACTER FILL ON ON CHARACTER COLOR RED BLUE . PLOT X**2 FOR X = 1 1 9 AND PLOT X**3 FOR X = 1 1 9 . BOX FILL COLOR GREEN BOX 18 50 25 57 BOX 1 COORDINATES 18 80 23 85 BOX 1 FILL COLOR RED BOX 1 FILL RGB COLOR 220 20 60 LEGEND 1 COORDINATES 25 82 LEGEND 1 XSUP()2 BOX 2 COORDINATES 18 73 23 78 BOX 2 FILL COLOR BLUE BOX 2 FILL RGB COLOR 175 238 238 LEGEND 2 COORDINATES 25 75 LEGEND 2 XSUP()3 BOX FILL PATTERN SOLID LEGEND FONT SIMPLEX CHARACTER BOX BOX CHARACTER FILL ON ON CHARACTER COLOR RED BLUE CHARACTER RGB COLOR 220 20 60 175 238 238 PLOT X**2 FOR X = 1 1 9 AND PLOT X**3 FOR X = 1 1 9 . BOX FILL COLOR GREEN BOX FILL RGB COLOR 0 158 115 BOX 18 50 25 57
Date created: 05/13/2021 |
Last updated: 12/11/2023 Please email comments on this WWW page to alan.heckert@nist.gov. |