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

Home » Public Forums » archive » Re: Stupid question regarding BUFFER keyword in NG output.....
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: Stupid question regarding BUFFER keyword in NG output..... [message #73863 is a reply to message #73862] Tue, 07 December 2010 15:57 Go to previous messageGo to previous message
chris_torrence@NOSPAM is currently offline  chris_torrence@NOSPAM
Messages: 528
Registered: March 2007
Senior Member
Hi Paul,

Well, you have a couple of different options. You could use the
Refresh method to disable drawing to the window. It will still create
the window, but you won't see any changes to the plot until you call
Refresh again.

Another crazy way is to use the CopyWindow method to get a screen
dump, and then throw it into direct graphics:

p = plot(/test,/buffer)
tv,p.copywindow(),/true

Here's another one for fun:
p = plot(/test,/buffer)
for i=0,100 do begin & p.color = !color.(i) & tv,p.copywindow(),/true

Hope this helps.
Cheers,
Chris
ITTVIS
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Re: Help with fsc_plot
Next Topic: Tiff images with "short" Palette?

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

Current Time: Sat Oct 11 05:49:31 PDT 2025

Total time taken to generate the page: 1.51521 seconds