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

Home » Public Forums » archive » Re: problem with multiple page postscript plots
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: problem with multiple page postscript plots [message #73683 is a reply to message #73682] Mon, 22 November 2010 07:12 Go to previous message
Søren Frimann is currently offline  Søren Frimann
Messages: 13
Registered: November 2010
Junior Member
On Nov 22, 3:07 pm, Søren Frimann <frim...@phys.au.dk> wrote:
> Hi all.
>
> I'm having a problem with creating postscript plots of multiple pages.
>
> My code looks like this:
> ------------------------------------------------------------ -------------------------------------
> pro plotexample, n
>
> compile_opt idl2
>
> set_plot, 'ps'
> !p.multi=[0,1,3]
> device, filename='example.ps'
>
> for i = 0,n do begin
>   plot, [0,1],[0,1]
>   plot, [0,1],[0,1]
>   plot, [0,1],[0,1]
> endfor
>
> set_plot, 'x'
> !p.multi = 0
>
> end
> ------------------------------------------------------------ -------------------------------------
>
> If n is too low (lt 29) it never produces a readable .ps file. If n is
> higher it doesn't include all pages (or for that matter all subplots
> on the last page). Sometimes the last window drawn don't contain any
> data -- at other times it only draws the horizontal axes.
>
> I'm really lost as to why this is happening.
>
> Regards,
> Soeren

I use IDL 6.4 on a unix machine btw
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: problem with multiple page postscript plots
Next Topic: Re: Ending a code listing section with IDLdoc

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

Current Time: Sat Oct 11 06:02:25 PDT 2025

Total time taken to generate the page: 0.74882 seconds