Scroll to navigation

PLCOL0(3plplot) PLplot API PLCOL0(3plplot)

NAME

plcol0 - Set color, map0

SYNOPSIS

plcol0(color)

DESCRIPTION

Sets the color for color map0 (see the PLplot documentation).
Redacted form: plcol0(color)
This function is used in examples 1-9,11-16,18-27,29.

ARGUMENTS

color (PLINT, input)
Integer representing the color. The defaults at present are (these may change):
0 black (default background)
1 red (default foreground)
2 yellow
3 green
4 aquamarine
5 pink
6 wheat
7 grey
8 brown
9 blue
10 BlueViolet
11 cyan
12 turquoise
13 magenta
14 salmon
15 white

Use plscmap0(3plplot) to change the entire map0 color palette and plscol0(3plplot) to change an individual color in the map0 color palette.
 

AUTHORS

Geoffrey Furnish and Maurice LeBrun wrote and maintain PLplot. This man page was automatically generated from the DocBook source of the PLplot documentation, maintained by Alan W. Irwin and Rafael Laboissiere.

SEE ALSO

PLplot documentation at http://plplot.sourceforge.net/resources.
August, 2012