Re: why the output of PS and Screen arenot the same? [message #29081] |
Thu, 31 January 2002 15:37 |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
tom (tom2959@21cn.com) writes:
> Hi,sometimes the output of PS(set_plot,'ps') is not the same as what I see
> on the screen(set_plot,'win'), for example, the text may has different
> position and size. How to solve the problem? Would you please tell me the
> plot format you used for print?
You want your PostScript "window" to have the same
aspect ratio as your graphics window, and you want
to position text in either data or (better) normalized
coordinates. You can find all kinds of useful tricks
and programs to help you build perfect PostScript
output files here:
http://www.dfanning.com/documents/tips.html#PostScript
You can find a number of programs to help you create
PostScript output, including my PSConfig program,
which puts all of these variables at your beck and
call via a graphical user interface, here:
http://www.dfanning.com/documents/programs.html#PostScript Programs
Cheers,
David
--
David W. Fanning, Ph.D.
Fanning Software Consulting
Phone: 970-221-0438, E-mail: david@dfanning.com
Coyote's Guide to IDL Programming: http://www.dfanning.com/
Toll-Free IDL Book Orders: 1-888-461-0155
|
|
|