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

Home » Public Forums » archive » Re: IDL 8 Display Updating Question
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: IDL 8 Display Updating Question [message #72673 is a reply to message #72671] Tue, 28 September 2010 11:05 Go to previous messageGo to previous message
Matt Haffner is currently offline  Matt Haffner
Messages: 34
Registered: October 2000
Member
That's probably a better solution than what I found, but for
posterity:

p = plot(/test,/hide) & p['AXES'].hide=1

There's minor flashing as the axes are briefly drawn, however. It
turns out that the AXES are siblings, not children, of the PLOT, so
the hide on PLOT doesn't carry down to them.

Unless I'm missing something, I couldn't find a "high-level" way to
get a pointer to the axes drawn by PLOT() without using this iTools
notation. If you need to fiddle with the main axes after they're up,
you can get at them with p['AXISn']: replace 'n' with 0-3 for bottom,
left, top, and right axes if you used box-style. The AXES path above
is a container that holds them all and has a few properties you can
tweak.

mh

On Sep 28, 12:07 pm, David Fanning <n...@dfanning.com> wrote:
> joseandres writes:
>> How about:
>
>> win = Window()
>> win.Refresh, /DISABLE
>> !null = Barplot(/test, /overplot)
>> win.Refresh
>
> OK, that seems to work. Thanks! :-)
>
> 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
Read Message
Read Message
Read Message
Read Message
Previous Topic: Re: Writing in text file
Next Topic: Simple question regarding CATCH,/CANCEL

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

Current Time: Thu Oct 09 06:03:26 PDT 2025

Total time taken to generate the page: 0.00451 seconds