Source: plotting/hs_plot__set_thick.pro
hs_plot::set_thick Set the thickness of lines in a plot. Usage: plref -> set_thick, thick[, /decoration, /frame, /trace] Argument: thick input float The thickness of the line to use, 0 implies use the default thickness. 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. 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: 1/12/00; SJT