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

Home » Public Forums » archive » Re: intermittent window plotting
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: intermittent window plotting [message #47646] Mon, 27 February 2006 14:59 Go to previous message
David Fanning is currently offline  David Fanning
Messages: 11724
Registered: August 2001
Senior Member
biermane@gmail.com writes:

> I'm working on a windows XP machine, 2GB ram, 3GHZ processor. I am
> using p.multi to put multiple plots on a page. For each individual
> plot, a certain number of caluclations and fitting nead to be done
> which take a finite amount of time. I want to make plots of different
> combinations of each individual plot.
> i.e. If I have 10 items to plot, and I want to make 5 different pages
> of different combinations of 7 different items in any order, I need to
> open 5 different windows. Then as I loop through, I can plot to each
> of the items in the different windows that have that item
>
> I tried looking in the help menu under the plot procedure, device call
> word, window function, wset function, and p.multi function but there
> was no informaiton or example. I tried doing this with the wset and
> window functions but it doesn't work with either.
>
> I could just rerun the loops with different plot parameters but this
> would take a while. I could also imagine storing all the plot
> variables and rerunning the loops just replotting the variable but this
> doesn't seem very elegant or the correct way to do it.
> Any ideas on how to do this or other resources to look at?

Yeah, I'm not sure I follow exactly what you are trying
to do, but it sounds a WHOLE lot more ambitious than
!P.MULTI was designed for. Are you trying to skip around
in your five pages of output? That will prove difficult,
for sure. But if you are writing your five pages of output
consecutively, I don't understand why you are having problems.
Are you trying to set !P.Multi up all at once for all five
pages? This won't work, as !P.Multi applies to a single
window.

If you want 10 plots in 5 windows, just set !P.Multi to write
two plots per window, and do them consecutively. IDL doesn't
care which variables you use in the plot.

Cheers,

David

--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.dfanning.com/
[Message index]
 
Read Message
Read Message
Previous Topic: Problem concerning accessing external library in IDL6.0
Next Topic: intermittent window plotting

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

Current Time: Fri Oct 10 15:37:46 PDT 2025

Total time taken to generate the page: 1.84280 seconds