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.source‐
27 forge.net/credits.php) have contributed to PLplot over its long his‐
28 tory.
29
31 PLplot documentation at http://plplot.sourceforge.net/documenta‐
32 tion.php.
33
34
35
36 August, 2017 PLSCOLOR(3plplot)