Subject: Re: how to change the line thickness of contours
From: Eiso AB
Date: Jun 4, 2019

Previous: 1465 Next: 1467


you can also change one of these numbers in the ps file to set the linewidth

%
% Color printer check. If true, the /4color variable is set to be true.
%
has_color {
/4color true def
1.0 setlinewidth
}{
/4color false def
0.25 setlinewidth
} ifelse