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

Home » Public Forums » archive » how to animate/loop plots (not images)
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 animate/loop plots (not images) [message #6945 is a reply to message #6815] Thu, 29 August 1996 00:00 Go to previous messageGo to previous message
Liam Gumley is currently offline  Liam Gumley
Messages: 473
Registered: November 1994
Senior Member
Charlotte DeMott wrote:
> I have a series of simple 2D line plots that I would like to animate.
> I'm currently writing the plots to a postscript file, and then using
> some external applications to convert them to (unfortunately large)
> tiff files and then loop them. Is there a simpler way to do this in
> IDL? The manuals talk about how to loop a series of images stored
> in a single array, but this isn't what I'm dealing with.

Check out the frame tools page at

http://cimss.ssec.wisc.edu/~gumley/frame.html

You can set up a series of graphics frames (as many as you want), and
create a plot in each frame, and then loop through them. e.g.

fset
x=sin(findgen(10))
plot,x,sin(x)
af
plot,x,cos(x)
af
plot,x,sin(x)^2
af
plot,x,cos(x)^2
lf

Cheers,
Liam.
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Widget problem
Next Topic: [Q] Colormaps and setting !D.N_COLORS

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

Current Time: Wed Oct 08 19:24:51 PDT 2025

Total time taken to generate the page: 0.00481 seconds