|
|
|
Re: Multi-Page Postscript [message #8105 is a reply to message #8033] |
Sun, 09 February 1997 00:00  |
davidf
Messages: 2866 Registered: September 1996
|
Senior Member |
|
|
Steve writes:
>
> Does anyone know how to make a multi-page postscript file in IDL?
Whoops, I mis-read this article! :-(
You get a new PostScript page every time you issue a graphics
command that would--on your display--erase the window (e.g. Plot,
Surface, Contour, etc.)
If you want multiple pages of image output (the TV command does
*not* ordinarily erase the page), then use the ERASE command to
force another PostScript page.
David
-----------------------------------------------------------
David Fanning, Ph.D.
Fanning Software Consulting
2642 Bradbury Court, Fort Collins, CO 80521
Phone: 970-221-0438 Fax: 970-221-4762
E-Mail: davidf@dfanning.com
Coyote's Guide to IDL Programming: http://www.dfanning.com
-----------------------------------------------------------
|
|
|
Re: Multi-Page Postscript [message #8106 is a reply to message #8033] |
Sun, 09 February 1997 00:00  |
davidf
Messages: 2866 Registered: September 1996
|
Senior Member |
|
|
Steve writes:
> Does anyone know how to make a multi-page postscript file in IDL?
Yes. See my web page for several articles on the topic.
David
-----------------------------------------------------------
David Fanning, Ph.D.
Fanning Software Consulting
2642 Bradbury Court, Fort Collins, CO 80521
Phone: 970-221-0438 Fax: 970-221-4762
E-Mail: davidf@dfanning.com
Coyote's Guide to IDL Programming: http://www.dfanning.com
-----------------------------------------------------------
|
|
|