1PLCOL1(3plplot) PLplot API PLCOL1(3plplot)
2
3
4
6 plcol1 - Set color, cmap1
7
9 plcol1(col1)
10
12 Sets the color for cmap1 (see the PLplot documentation).
13
14 Redacted form: plcol1(col1)
15
16 This function is used in examples 12 and 21.
17
19 col1 (PLFLT(3plplot), input)
20 This value must be in the range (0.0-1.0) and is mapped to color
21 using the continuous cmap1 palette which by default ranges from
22 blue to the background color to red. The cmap1 palette can also
23 be straightforwardly changed by the user with plscmap1(3plplot)
24 or plscmap1l(3plplot).
25
26
28 Many developers (who are credited at http://plplot.org/credits.php)
29 have contributed to PLplot over its long history.
30
32 PLplot documentation at http://plplot.org/documentation.php.
33
34
35
36 September, 2020 PLCOL1(3plplot)