... and SET LINEWIDTH seems to set some but not all line thicknesses (e.g. not the XAXISLINEWIDTH and YAXISLINEWIDTH). Help implies this was intentional:
SET LINEWIDTH is a shorthand way to set CURVELINEWIDTH and PLOTSYMBOLLINEWIDTH.
We can change it to set all other linewidths as well, or leave it as is, since the hardcopy generation should no longer require scaling of linewidths when done by wx calls. However, we must change the error in GET LINEWIDTH to something like this:
LINEWIDTH` is an umbrella keyword, ambiguous. Please use CURVELINEWIDTH or PLOTSYMBOLLINEWIDTH
... and
SET LINEWIDTH
seems to set some but not all line thicknesses (e.g. not theXAXISLINEWIDTH
andYAXISLINEWIDTH
). Help implies this was intentional:We can change it to set all other linewidths as well, or leave it as is, since the hardcopy generation should no longer require scaling of linewidths when done by wx calls. However, we must change the error in
GET LINEWIDTH
to something like this: