[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: postscript scaling
- Subject: Re: postscript scaling
- From: davidf(at)dfanning.com (David Fanning)
- Date: Fri, 26 Feb 1999 08:39:19 -0700
- Newsgroups: comp.lang.idl-pvwave
- Organization: Fanning Software Consulting
- References: <7b6cnb$615$2@info.abdn.ac.uk>
- Xref: news.doit.wisc.edu comp.lang.idl-pvwave:13753
Ioannis Marangopoulos (mph280@biomed.abdn.ac.uk) writes a long
article describing the usual woes of getting PostScript output
to look like what is on the display:
> I have a question that puzzled me for some time.
Basically, the PostScript "window" on the PostScript
page is set up with the XSIZE and YSIZE keywords to
the DEVICE command. Graphics commands are arranged
in this window in exactly the same way they are
arranged in a regular display window. The trick to
getting PostScript output to look like display output
is to get the display window and PostScript window
aspect ratios the same.
This is explained in more detail in this article on
my web page:
http://www.dfanning.com/tips/ps_aspect.html
Included in the article are pointers to two
programs: PSWINDOW and ASPECT that make creating
perfect PostScript output *much* easier. :-)
Cheers,
David
--
David Fanning, Ph.D.
Fanning Software Consulting
Phone: 970-221-0438 E-Mail: davidf@dfanning.com
Coyote's Guide to IDL Programming: http://www.dfanning.com/
Toll-Free IDL Book Orders: 1-888-461-0155
[Note: This follow-up was e-mailed to the cited author.]