1PLSCMAP0N(3plplot) PLplot API PLSCMAP0N(3plplot)
2
3
4
6 plscmap0n - Set number of colors in color map0
7
9 plscmap0n(ncol0)
10
12 Set number of colors in color map0 (see the PLplot documentation).
13 Allocate (or reallocate) color map0, and fill with default values for
14 those colors not previously allocated. The first 16 default colors are
15 given in the plcol0(3plplot) documentation. For larger indices the
16 default color is red.
17
18 The drivers are not guaranteed to support more than 16 colors.
19
20 Redacted form: plscmap0n(ncol0)
21
22 This function is used in examples 15,16,24.
23
25 ncol0 (PLINT, input)
26 Number of colors that will be allocated in the map0 palette. If
27 this number is zero or less, then the value from the previous
28 call to plscmap0n(3plplot) is used and if there is no previous
29 call, then a default value is used.
30
31
33 Geoffrey Furnish and Maurice LeBrun wrote and maintain PLplot. This
34 man page was automatically generated from the DocBook source of the
35 PLplot documentation, maintained by Alan W. Irwin and Rafael
36 Laboissiere.
37
39 PLplot documentation at http://plplot.sourceforge.net/resources.
40
41
42
43 July, 2010 PLSCMAP0N(3plplot)