The PLplot Plotting Library: Programmer's Reference Manual | ||
---|---|---|
Prev | Chapter 19. The Common API for PLplot | Next |
plscmap0n
: Set number of colors in color map0
Set number of colors in color map0 (see the Section called Color Map0 in Chapter 3). Allocate (or reallocate) color map0,
and fill with default values for those colors not previously allocated.
The first 16 default colors are given in the plcol0
documentation.
For larger indices the default color is red.
The drivers are not guaranteed to support more than 16 colors.
|
Redacted form: plscmap0n(ncol0)
This function is used in examples 15,16,24.