Plot points or lines between the data GPOINTS
"
C"
, "
P"
or "
S"
, with the following
meanings:
"
C"
(connect) – This action simply draws straight line segments between the data points.
"
P"
(points) – Draw a symbol at each of the data points. The symbol type that is used to mark each
point is determined in one of 3 ways:
If no SYMBOL parameter is supplied on the command line, and no symbol numbers have been
read into the symbol data area by READF
, the point style will be set by the current value of
SYMBOL.
If no SYMBOL parameter is supplied on the command line, and values have been read into the
symbol data area by READF
, the symbol number for each point will determine the style of the point
plotted.
If SYMBOL is specified on the command line, it will override each of the above options. The same specified symbol will be used to mark all points.
The value of the symbol index should be an integer which refers to the standard PGPLOT symbols.
"
S"
(sizeplot) – This action uses the values stored in the ZCOL data area to determine the size
of the plotted symbol. The value of each entry in the ZCOL data area is effectively used
as an argument to a CHANGE CHEIGHT
command before each point is plotted. The SCALE
parameter can be used to make these values cover a reasonable range by multiplying the Z data
values.
[The value is prompted for.]
If a value is specified on the command line, it will be used for plotting symbols for all the data. If not value is specified on the command line, the application attempts to use the SYMCOL data for its symbols. If no symbol values have been read into the SYMCOL data area, the current value is used for all the data. The current value is initially set to 1.
"
S"
.
If no value is specified on the command line, the current value is used. The current value is initially set to 1.0.
"
NONE"
, "
TAN"
,
"
SIN"
, "
ARC"
, "
GLS"
, "
AITOFF"
, "
MERCATOR"
and "
STG"
.
This parameter is not specified on the command line. The value of the global parameter
PONGO_PROJECTN is used. If PONGO_PROJECTN is not defined, the default value "
NONE"
is
used.
"
NONE"
.
This parameter is not specified on the command line. The value of the global parameter
PONGO_RACENTRE is used. If PONGO_RACENTRE is not defined, the default value "
0"
is used.
"
NONE"
.
This parameter is not specified on the command line. The value of the global parameter
PONGO_DECCENTRE is used. If PONGO_DECCENTRE is not defined, the default value "
0"
is used.