Syntax: |
SET PLOTSYMBOLLINEWIDTH n
|
Default value: |
PLOTSYMBOLLINEWIDTH = 1
|
PLOTSYMBOLLINEWIDTH
controls the line width of the plotting symbols drawn
when the GRAPH
command is entered. The units of PLOTSYMBOLLINEWIDTH
are
1/4 pts, where a pt is 1/72 of an inch. For example, a line width of 1 gives 1/288 inch
wide lines, while a line width of 4 gives 1/72 inch wide lines.
The parameter n
can be either a scalar or a vector.
If n
is a scalar, every symbol will have the same line width.
If n
is a vector, the i
th symbol will have line
width given by n[i]
. In this case, the length of n
must be
the same as the length of the data vectors being plotted.