Re: [Matplotlib-users] updating embedded plots using Tkinter

2011-04-22 Thread Michael Schmidt
Great, thanks for the fix, works great now! --Michael On Fri, Apr 22, 2011 at 2:17 PM, Goyo wrote: > 2011/4/22 Michael Schmidt : >> Hi Everyone, >> >> I'm running into a problem with updating a plot that I've embedded into a Tk >> application. [...] I'd like the plot to >> refresh when the butto

Re: [Matplotlib-users] updating embedded plots using Tkinter

2011-04-22 Thread Goyo
2011/4/22 Michael Schmidt : > Hi Everyone, > > I'm running into a problem with updating a plot that I've embedded into a Tk > application. [...] I'd like the plot to > refresh when the button is clicked pyplot.draw() does not work here (I don't know if this is intended behavoir of pyplot, but it m