Re: [Matplotlib-users] We are on the Home strech and NEED help

2009-03-31 Thread John Hunter
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

Re: [Matplotlib-users] We are on the Home strech and NEED help

2009-03-31 Thread Matthias Michler
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

[Matplotlib-users] We are on the Home strech and NEED help

2009-03-30 Thread Deltarodigy
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