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

Home » Public Forums » archive » Re: Xinteranimate and plots
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: Xinteranimate and plots [message #53692 is a reply to message #53685] Wed, 25 April 2007 13:50 Go to previous messageGo to previous message
David Fanning is currently offline  David Fanning
Messages: 11724
Registered: August 2001
Senior Member
kostis writes:

> Now i understand what the problem is but I dont know how to fix it:
>
> n=100000L
> x=findgen(n)
> y=findgen(n)
> z=findgen(n)
> XInterAnimate, set=[500,500,999]
> for j=1L,998L,500 do begin
> plots, x((j-1):j), y((j-1):j), z((j-1):j),/T3D,/DATA
> XInterAnimate, Frame=j, Window=!D.Window
> endfor
> XInterAnimate
>
> Although j is defined as a 'long' number the number j*100 is not and
> the animation stops when the limit is reached..
> How do i fix it???

j is not your problem. You are just running COMPLETELY
out of pixmap memory, would be my guess. :-)

You could try getting a graphics card that off-loads
pixmap memory to the hard drive, but I wouldn't know
which one that is. If you really want that many frames, you
may have to figure out another way to do the animation.

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
Previous Topic: some news from GDL 0.9 pre4
Next Topic: Re: hist_nd to place just one point on a grid

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

Current Time: Sat Oct 11 18:43:27 PDT 2025

Total time taken to generate the page: 1.35982 seconds