It is possible to draw polylines solid, dashed, dotted or dashed-dotted ('GLSOLI', 'GLDASH', 'GLDOT', 'GLDASD'). For example:
CALL GSLN(GLDASH) - sets the line style to dashedThe different line styles available are shown in .
Figure: GKS line styles
.pa
It is also possible to specify a scale factor which modifies the nominal width of lines on the workstation. For example:
CALL GSLWSC(2.0)should double the nominal line width. Note, however, that this (Real) parameter is implementation-dependent, and may be ignored by terminal drivers as it is both difficult and expensive to emulate in software if the device does not support the feature in hardware.