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 
Return to the default flat view Create a new topic Submit Reply
Re: xplot with overplotting [message #21212] Wed, 16 August 2000 16:14 Go to previous message
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
[Message index]
 
Read Message
Read Message
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: Sat Oct 11 06:34:36 PDT 2025

Total time taken to generate the page: 0.88110 seconds