Name: PGSLW Purpose: set line width Category: GRAPHICS File: pgplot.src Author: T.J. Pearson Use: see description below. Description: SUBROUTINE PGSLW (LW) INTEGER LW Set the line-width attribute. This attribute affects lines, graph markers, and text. The line width is specified in units of 1/200 (0.005) inch (about 0.13 mm) and must be an integer in the range 1-201. On some devices, thick lines are generated by tracing each line with multiple strokes offset in the direction perpendicular to the line. Argument: LW (input) : width of line, in units of 0.005 inch (0.13 mm) in range 1-201. Updates: Oct 16, 1998: JPT automatically extracted from source.