The coordinate system
that you specify with the HSYS variable affects how the function
interprets the value of the SIZE variable. For example, if you use
HSYS='3' and SIZE=10 with the DRAW function, the thickness of the
line is 10% of the graphics output area. If you use HSYS='1' and SIZE=10
with DRAW, the thickness of the line is 10% of the data area.
For text only, HSYS='D'
specifies that text sizes are in points. For example, if you use HSYS='D'
and SIZE=10 for the LABEL function, the label text uses a 10 point
font.
If you use HSYS='D'
with a function that does not create text, a warning appears in the
log and the HSYS='4' coordinate system is used.