[Thread Prev][Thread Next][Index]

Re: How do I get thicker pen size than @C15?



Lev,

Here's another way to make the lines thicker....


Prior to doing the Fprint statement, in unix, run the
following little sed program change_widths (see below)
written by Jerry Davison,i.e.

UNIX> change_widths metafile.plt
UNIX> Fprint -l ps -o fig.ps  -R metafile_thick.plt


UNIX> more change_widths
#!/bin/csh
# Change widths of bw lines 7 & 13 in a metafile
# Input argument is file name, will have "thick" added to resulting file name.
# J Davison 9.29.98

sed 's/ 51    29     7     1    2.00000     1/ 51    29     7     1    4.00000  
   1/' $1 | sed 's/ 51    29    13     1    3.00000     1/ 51    29    13     1 
   6.00000     1/' | sed 's/ 51    29     9     1    2.00000     3/ 51    29    
 9     1    4.00000     3/' > $1:r_thick.plt




Enjoy,

Meghan


> I'm trying to get some publication quality plots together, and all my
> labels come out with too thin lines, even though I'm use @C13->19. How
> do I make the lines thicker? (even half as thick as they appear on my
> screen would be great). I'm using V500beta1.1 on RH Linux 6.0.
> 
> Also, regarding my earlier query: sending the .ps files directly to a
> postscript printer does makes the label and contour lines a bit
> thicker but not by much.
> 
> Thanks
> 
> 
> Lev Tarasoff -  Dept of Physics, University of Toronto,
>                 60 St. George St., Toronto, Ontario, CANADA, M5S 1A7
>                 Tel (416)-946-3019  Fax (416)-978-8905
>                 email: lev@atmosp.physics.utoronto.ca
> 

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  Meghan Cronin                         e-mail:  cronin@pmel.noaa.gov
  NOAA PMEL Bldg #3                     phone:   206-526-6449
  7600 Sand Point Way NE                fax:     206-526-6744
  Seattle, WA 98115 USA
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%



[Thread Prev][Thread Next][Index]

Dept of Commerce / NOAA / OAR / PMEL / TMAP

Contact Us | Privacy Policy | Disclaimer | Accessibility Statement