Source: cli/plot/plot_thick.pro
plot_thick
Set thickness of lines to use in plots and which components to
apply them to.
Usage:
plot_thick, thick, [, /decoration, /frame, /trace, flag=flag]
Argument:
thick float The thickness of the line to use. 0 or 1 is
the default.
Keywords:
decoration If set, then use the thickness setting for
plot decorations
axes If set, then use the thickness setting for plot boxes
trace If set, then use the thichness setting for
plot traces.
flag int The value for the thickness usage flag.
global This setting applies to the global plot
environment even if the current dataset has
its own.
dataset This setting is only applied if the dataset
has its own plot object.
Notes:
The interpretation and appearance of a given thickness may
differ greatly between the X and PS devices.
If no keywords are set and no previous settings exist, then it
is equivalent to /axes, /trace.
There is no way to set different non-standard thicknesses for
different types of line.
History:
Original: 18/12/00; SJT
Add global and dataset keys and use dataset: 27/5/02; SJT