plwid
( | iwidth) ; |
Sets the pen width to an obsolete integer value. This function is deprecated. Use plwidth
instead which sets the pen width to a floating-point value.
iwidth
(PLINT
, input)
The desired pen width. If
is negative or the same as the previous value no action is taken.
width
should be interpreted as
as the minimum valid pen width for the device. The interpretation of positive
width
= 0
values is also device
dependent.
width
Redacted form: plwid(iwidth)
This function is deprecated so not used in any of the standard examples.