comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Multi-Page Postscript
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Switch to threaded view of this topic Create a new topic Submit Reply
Multi-Page Postscript [message #8033] Thu, 30 January 1997 00:00 Go to next message
Anonymous
Originally posted by: XXX (Steve)

Does anyone know how to make a multi-page postscript file in IDL?

Thanks, Steve
Re: Multi-Page Postscript [message #8092 is a reply to message #8033] Mon, 03 February 1997 00:00 Go to previous messageGo to next message
pit is currently offline  pit
Messages: 92
Registered: January 1996
Member
In article <XXX-3001971027560001@biad27.uthscsa.edu>,
XXX (Steve) writes:
> Does anyone know how to make a multi-page postscript file in IDL?
>
> Thanks, Steve

????
Just do the plots

set_plot,'ps',file='2pages.ps'
plot,array1 ;;; First page
plot,array2 ;;; Second page

Or am I missing something?

Peter

--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~
Peter "Pit" Suetterlin http://www.uni-sw.gwdg.de/~pit
Universitaets-Sternwarte Goettingen
Tel.: +49 551 39-5048 pit@uni-sw.gwdg.de
-- * -- * ...-- * -- * ...-- * -- * ...-- * -- * ...-- * -- * ...-- * --
Come and see the stars! http://www.kis.uni-freiburg.de/~ps/SFB
Sternfreunde Breisgau e.V. Tel.: +49 7641 3492
____________________________________________________________ ______________
Re: Multi-Page Postscript [message #8097 is a reply to message #8033] Sun, 02 February 1997 00:00 Go to previous messageGo to next message
Robert.M.Candey is currently offline  Robert.M.Candey
Messages: 23
Registered: June 1995
Junior Member
In article <XXX-3001971027560001@biad27.uthscsa.edu>, XXX (Steve) wrote:

> Does anyone know how to make a multi-page postscript file in IDL?
>
> Thanks, Steve

Since plot, contour, and surface normally start a new page automatically, I
assume you are asking how to get a new page with the tv command. Try
"erase" to start a new page (sends "showpage" for Postscript device). Does
that do what you want?

--
Robert.M.Candey@gsfc.nasa.gov
NASA Goddard Space Flight Center, Code 632
Greenbelt, MD 20771 USA 1-301-286-6707
Re: Multi-Page Postscript [message #8105 is a reply to message #8033] Sun, 09 February 1997 00:00 Go to previous message
davidf is currently offline  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 Go to previous message
davidf is currently offline  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
-----------------------------------------------------------
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: WAV-files on webpages
Next Topic: Re: 32-bit Unsigned Integers, Was: Unsigned Integers - How?

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Wed Oct 08 15:53:40 PDT 2025

Total time taken to generate the page: 0.00581 seconds