home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / graphics / gnuplot / 420 < prev    next >
Encoding:
Internet Message Format  |  1992-11-19  |  1.9 KB

  1. Path: sparky!uunet!mcsun!uknet!mucs!lilleyc
  2. From: lilleyc@cs.man.ac.uk (Chris Lilley)
  3. Newsgroups: comp.graphics.gnuplot
  4. Subject: Re: GNUPLOT on HP IIIp
  5. Message-ID: <6796@m1.cs.man.ac.uk>
  6. Date: 19 Nov 92 12:36:11 GMT
  7. References: <199211170138.AA17879@ames.arc.nasa.gov>
  8. Sender: news@cs.man.ac.uk
  9. Organization: Dept Computer Science, University of Manchester, U.K.
  10. Lines: 43
  11.  
  12. In article <199211170138.AA17879@ames.arc.nasa.gov>
  13. jpff@maths.bath.ac.uk writes:
  14.  
  15. >  ....  One of my first questions is that I noticed that the
  16. >function PCL_PORT_init in term/hpgl.trm sets the paper size to
  17. >"Letter".  I am in Europe where the sane default is A4. 
  18.  
  19. The sane default is A4 everywhere. Thats what ISO standards are for,
  20. and that is why national standards bodies such as ANSi and BSI
  21. contribute to and adopt ISO standards.  Having the default as a local
  22. papersize used in a single country is bizarre on a piece of software
  23. designed for international use.
  24.  
  25. Of course, if there were some sensible way to set the paper size this
  26. would not be a problem. Set size uses a scaling factor rather than an
  27. absolute size, and the manual has a caveat not to increase the size.
  28.  
  29. It would be preferable to have commands like 
  30.  
  31. set size A5
  32. set size 8 inch 11 inch
  33. set size x mm y mm
  34.  
  35. and so on.
  36.  
  37. You could try
  38.  
  39. set size 1.033 1.063
  40.  
  41. which will scale from US letter size to standard A4. This might not
  42. work if the PCL asks for US letter paper (and fails) as part of the
  43. initialisation.
  44.  
  45.  
  46.  
  47. --
  48. Chris Lilley
  49. ---------------------------------------------------------------------------
  50. Technical Author, ITTI Computer Graphics and Visualisation Training Project
  51. Computer Graphics Unit, Manchester Computing Centre, Manchester, UK
  52. Internet:   lilley@cgu.mcc.ac.uk        Janet:   lilley@uk.ac.mcc.cgu
  53. Voice:      +44 (0)61 275 6095          Fax:     +44 (0)61 275 6040
  54. ---------------------------------------------------------------------------
  55.