On Tue, Mar 31, 2009 at 3:33 AM, Matthias Michler
wrote:
>
> Hello,
>
> I'm not familiar with the draw_artist functionality, but for me there seems
> to to be the following replacement needed (due to a typo):
>
> self.ax.draw_artist(plt.contourf) -> self.ax.draw_artist(self.contour)
>
> because o
Hello,
I'm not familiar with the draw_artist functionality, but for me there seems
to to be the following replacement needed (due to a typo):
self.ax.draw_artist(plt.contourf) -> self.ax.draw_artist(self.contour)
because otherwise you are trying to draw a matplotlib function, which seems to
b
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