home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / graphics / gnuplot / 321 < prev    next >
Encoding:
Text File  |  1992-11-08  |  2.1 KB  |  55 lines

  1. Newsgroups: comp.graphics.gnuplot
  2. Path: sparky!uunet!haven.umd.edu!darwin.sura.net!sgiblab!munnari.oz.au!bruce.cs.monash.edu.au!monu6!fawlty10.eng.monash.edu.au!rjl
  3. From: rjl@fawlty10.eng.monash.edu.au (Russell Lang)
  4. Subject: Re: Postscript scaling prob., V3.0 patchlevel 0 vs. 1
  5. Message-ID: <rjl.721265916@fawlty10.eng.monash.edu.au>
  6. Keywords: scaling size
  7. Sender: news@monu6.cc.monash.edu.au (Usenet system)
  8. Organization: Monash University, Melb., Australia.
  9. References: <1dc95fINNomr@NYAYA.SYSTEMSZ.CS.YALE.EDU>
  10. Date: Sun, 8 Nov 1992 23:38:36 GMT
  11. Lines: 42
  12.  
  13. reinitz-john@cs.yale.edu (John Reinitz) writes:
  14.  
  15. >First off, I would like to thank the developers of this way cool
  16. >program, particularly Russell Lang who wrote the postscript driver 
  17. >which I have just used to make an ms. for publication :-)
  18.  
  19. >I found some odd behavior wrt scaling in V 3.0 patchlevel 1
  20. >that *is* *not* found in patchlevel 0. In patchlevel 0, when
  21. >I do this:
  22.  
  23. >set terminal postscript portrait monochrome "Helvetica-Bold" 24
  24. >set size 0.3,0.36
  25.  
  26. >I get a nice little graph with properly shrunken letters
  27. >suitable for making a multipanel figure. But when I do it
  28. >in V3.0 patchlevel 1, I get a mess with the letters at normal
  29. >24 pt size.
  30.  
  31. >Maybe this is fixed in V3,2
  32. It is patchlevel 0 that is buggy, not patchlevel 1 or 2.
  33. The set size command is not supposed to change the text size - 
  34. if it does then set size 1,0.25 looks AWFUL!
  35. The documentation in patchlevel 1 and 2 is wrong - the set size
  36. command does not scale text.
  37.  
  38. You should use:
  39. set terminal postscript portrait monochrome "Helvetica-Bold" 8.64
  40. set size 0.3,0.36
  41.  
  42.  
  43. >If not, and there is someone who has built up a head of steam wrt
  44. >this program maybe that individual could fix it. Alternatively, since
  45. >getting this to work is of some importance to me, maybe *I* could
  46. >fix it. *However*, although I write my own scientific code, I don't
  47. >have any experience coding patches for programs used by a lot of people,
  48. >and I will need some email advice.
  49. Don't touch it - it's fixed already.
  50.  
  51. -- 
  52. Russell Lang   Email: rjl@fawlty4.eng.monash.edu.au   Phone: (03) 565 3460
  53. Department of Electrical and Computer Systems Engineering
  54. Monash University, Australia
  55.