Re: [Matplotlib-users] Animate contour plot and color bar

2009-03-24 Thread Eric Firing
Deltarodigy wrote: Ok so I have been looking into the Figure class and I still not clear on how figure works. Does it contain all of the normal functions that are in pylab? Does it just contain axes which are are where the graphs are, like subplots in pylab? Do I need to use figure inside of

[Matplotlib-users] Animate contour plot and color bar

2009-03-23 Thread Deltarodigy
For my program I have been trying to animate a contour plot, the color bar, and a subtitle saying what time step it is. I have gotten the graph to write over itself but cannot get it clear the screen properly. Currently using the clf function the wipe is visible messing with animation. Here is a

Re: [Matplotlib-users] Animate contour plot and color bar

2009-03-23 Thread Eric Firing
Deltarodigy wrote: For my program I have been trying to animate a contour plot, the color bar, and a subtitle saying what time step it is. I have gotten the graph to write over itself but cannot get it clear the screen properly. Currently using the clf function the wipe is visible messing with

Re: [Matplotlib-users] Animate contour plot and color bar

2009-03-23 Thread Deltarodigy
efiring wrote: Deltarodigy wrote: For my program I have been trying to animate a contour plot, the color bar, and a subtitle saying what time step it is. I have gotten the graph to write over itself but cannot get it clear the screen properly. Currently using the clf function the wipe

Re: [Matplotlib-users] Animate contour plot and color bar

2009-03-23 Thread Eric Firing
Deltarodigy wrote: efiring wrote: Deltarodigy wrote: For my program I have been trying to animate a contour plot, the color bar, and a subtitle saying what time step it is. I have gotten the graph to write over itself but cannot get it clear the screen properly. Currently using the clf

Re: [Matplotlib-users] Animate contour plot and color bar

2009-03-23 Thread Deltarodigy
Ok so I have been looking into the Figure class and I still not clear on how figure works. Does it contain all of the normal functions that are in pylab? Does it just contain axes which are are where the graphs are, like subplots in pylab? Do I need to use figure inside of wx widgets or other