1PLSCMAP1N(3plplot) PLplot API PLSCMAP1N(3plplot)
2
3
4
6 plscmap1n - Set number of colors in cmap1
7
9 plscmap1n(ncol1)
10
12 Set number of colors in cmap1, (re-)allocate cmap1, and set default
13 values if this is the first allocation (see the PLplot documentation).
14
15 Redacted form: plscmap1n(ncol1)
16
17 This function is used in examples 8, 11, 20, and 21.
18
20 ncol1 (PLINT(3plplot), input)
21 Number of colors that will be allocated in the cmap1 palette. If
22 this number is zero or less, then the value from the previous
23 call to plscmap1n(3plplot) is used and if there is no previous
24 call, then a default value is used.
25
26
28 Many developers (who are credited at http://plplot.source‐
29 forge.net/credits.php) have contributed to PLplot over its long his‐
30 tory.
31
33 PLplot documentation at http://plplot.sourceforge.net/documenta‐
34 tion.php.
35
36
37
38 August, 2017 PLSCMAP1N(3plplot)