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

Home » Public Forums » archive » Re: xplot with overplotting
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
Re: xplot with overplotting [message #21212] Wed, 16 August 2000 16:14
Mark Hadfield is currently offline  Mark Hadfield
Messages: 783
Registered: May 1995
Senior Member
"teb" <tbowers@nrlssc.navy.mil> wrote in message
news:8nef5i$fu$1@ra.nrl.navy.mil...
> does anybody have an obj. gr. app available that is like dfanning's xplot
> but allows for multiple dataset overplots?

My MGH_Plot class is an attempt at that. It's immature but it does what you
want, e.g. it can be invoked as

mgh_new, 'MGH_Plot', findgen(11) ; Quick plot. Discard object reference.

or

o = obj_new('MGH_Plot', XRANGE=[0,10], YRANGE=[0,10]])
o->plot, findgen(11)
o->plot, findgen(11), 0.1*findgen(11)^2

You can adjust XRANGE and YRANGE via widget dialogues. Sorry, no interactive
control of linestyles, etc.

See http://katipo.niwa.cri.nz/~hadfield/gust/software/idl/

---
Mark Hadfield
m.hadfield@niwa.cri.nz http://katipo.niwa.cri.nz/~hadfield/
National Institute for Water and Atmospheric Research
PO Box 14-901, Wellington, New Zealand
Re: xplot with overplotting [message #21279 is a reply to message #21212] Wed, 16 August 2000 00:00 Go to previous message
Liam E. Gumley is currently offline  Liam E. Gumley
Messages: 378
Registered: January 2000
Senior Member
teb wrote:
> does anybody have an obj. gr. app available that is like dfanning's xplot
> but allows for multiple dataset overplots? e.g. like what would be done
> in direct graphics as...
>
> plot, x[0], y[0]
> for i = 1, numPlots-1 do $
> oplot, x[i], y[i]
>

WPLOT and WOPLOT by Paul van Delst are not object-graphics apps, but
they have the functionality you describe:
http://airs2.ssec.wisc.edu/~paulv/#idl

Cheers,
Liam.
http://cimss.ssec.wisc.edu/~gumley
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Q: pointers inside of an array of structures?
Next Topic: Re: Another Long Day Compliments of Object Graphics

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

Current Time: Fri Oct 10 13:41:16 PDT 2025

Total time taken to generate the page: 1.12079 seconds