Subject: Re: [nmr_sparky] Re: how to change the line thickness of contours
From: James Chen
Date: Jun 4, 2019

Previous: 1466

Wow, that works better! Thanks a bunch!

Bo

On Tue, Jun 4, 2019 at 2:46 PM Eiso AB eab@... [nmr_sparky] nmr_sparky@yahoogroups.com wrote:
 

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