1PLSCMAP1N(3plplot) PLplot API PLSCMAP1N(3plplot)
2
3
4
6 plscmap1n - Set number of colors in color map1
7
9 plscmap1n(ncol1)
10
12 Set number of colors in color map1, (re-)allocate color map1, and set
13 default values if this is the first allocation (see the PLplot documenā
14 tation).
15
16 Redacted form: plscmap1n(ncol1)
17
18 This function is used in examples 8,11,20,21.
19
21 ncol1 (PLINT, input)
22 Number of colors that will be allocated in the map1 palette. If
23 this number is zero or less, then the value from the previous
24 call to plscmap1n(3plplot) is used and if there is no previous
25 call, then a default value is used.
26
27
29 Geoffrey Furnish and Maurice LeBrun wrote and maintain PLplot. This
30 man page was automatically generated from the DocBook source of the
31 PLplot documentation, maintained by Alan W. Irwin and Rafael
32 Laboissiere.
33
35 PLplot documentation at http://plplot.sourceforge.net/resources.
36
37
38
39 July, 2010 PLSCMAP1N(3plplot)