Me and my team are almost to the finishing point. Our final problem is
getting the graph to update.
When we run the graph the get the following issue: "
Traceback (most recent call last):
File "/home/gnelson/scc08whole/branch/realistic2d/gtkgui.py", line 100, in
update
self.ax.draw_artist
windowing
toolkit? (It seems from the examples this is true) Any help understanding
this would be appreciated.
efiring wrote:
>
> Deltarodigy wrote:
>>
>> efiring wrote:
>>> Deltarodigy wrote:
>>>> For my program I have been trying to animate a contour plot,
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 pro
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
For the past few days I have been trying to get contour graphs working in my
pyqt files. I am lost at trying to implement the actual plot. How is it that
I can do this, so far I can only get axes to show in the window.
http://code.google.com/p/scc08/source/browse/#svn/branch/realistic2d is
where m