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 not used in any examples.
18
20 color (PLINT, input)
21 Color flag (Boolean). If zero, color is turned off. If non-
22 zero, color is turned on.
23
24
26 Geoffrey Furnish and Maurice LeBrun wrote and maintain PLplot. This
27 man page was automatically generated from the DocBook source of the
28 PLplot documentation, maintained by Alan W. Irwin and Rafael
29 Laboissiere.
30
32 PLplot documentation at http://plplot.sourceforge.net/resources.
33
34
35
36 March, 2007 PLSCOLOR(3plplot)