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

Home » Public Forums » archive » How to clear a NG window without erase method?
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: How to clear a NG window without erase method? [message #85545 is a reply to message #85436] Thu, 15 August 2013 10:42 Go to previous message
chris_torrence@NOSPAM is currently offline  chris_torrence@NOSPAM
Messages: 528
Registered: March 2007
Senior Member
Hi Paul,

Did you ever get this working? I'm a little confused as to what you are trying to do. Do you want the plot lines to all remain, but get hidden?

If so, you could just do:

for i = 1, 10 do begin

; Plot stuff
gref[i] = plot(x,y, /overplot)

; Pause to view and reflect, then continue
q = GET_KBRD(1)

; Hide the plot line but not the axes
gref[i].hide = 1

endfor

Does this help?

-Chris
ExelisVIS
[Message index]
 
Read Message
Read Message
Previous Topic: Automatic interpolation / smoothing in TV??
Next Topic: Questions about NG image with (log) axis

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

Current Time: Wed Oct 08 17:42:39 PDT 2025

Total time taken to generate the page: 0.00390 seconds