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

Home » Public Forums » archive » ps file with text
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: ps file [message #53105 is a reply to message #50429] Wed, 21 March 2007 05:38 Go to previous messageGo to previous message
David Fanning is currently offline  David Fanning
Messages: 11724
Registered: August 2001
Senior Member
wxf@bao.ac.cn writes:

> I need produce a ps file which contains many pages(A4/page) by a IDL
> program.
> But when I plot a lot of my pictures on that ps file,I find the ps
> file has only one page and terribly large size.
>
> Who can tell me if IDL can set a ps file which the user can draw
> pictures on different position of different pages and all these pages
> belongs to the same ps file?

In general, any time you issue a graphics command that
would, on your display, erase the window first (e.g, Plot,
Contour, Surface, etc.) will, in PostScript, create a new
page of output. Any time you issue a graphics command
that would go into the same window (e.g. OPLOT, PLOTS,
XYOUTS, etc.) will stay on the same page.

Moreover, you can force a new page of PostScript output
by "erasing" the window with an ERASE command.

Cheers,

David
--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.dfanning.com/
Sepore ma de ni thui. ("Perhaps thou speakest truth.")
[Message index]
 
Read Message
Read Message
Read Message
Previous Topic: Re: Big arrays, reducing data
Next Topic: Re: Manipulation using where

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

Current Time: Fri Oct 10 04:53:56 PDT 2025

Total time taken to generate the page: 0.63635 seconds