1PLSCOLOR(3plplot) PLplot API PLSCOLOR(3plplot)
2
3
4
6 plscolor - Used to globally turn color output on/off
7
9 plscolor(color)
10
12 Used to globally turn color output on/off for those drivers/devices
13 that support it.
14
15 Redacted form: plscolor(color)
16
17 This function is used in example 31.
18
20 color (PLINT(3plplot), input)
21 Color flag (Boolean). If zero, color is turned off. If non-
22 zero, color is turned on.
23
24
26 Many developers (who are credited at http://plplot.org/credits.php)
27 have contributed to PLplot over its long history.
28
30 PLplot documentation at http://plplot.org/documentation.php.
31
32
33
34 July, 2022 PLSCOLOR(3plplot)