[Matplotlib-users] updating embedded plots using Tkinter

2011-04-25 Thread Michael Schmidt
Hi Everyone, I'm running into a problem with updating a plot that I've embedded into a Tk application. I'm attaching the code with this email (so hopefully that will show up at the end of the email). This is a very simple program, with one canvas embedded into a window, with one menu and one but

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

[Matplotlib-users] updating embedded plots using Tkinter (this time with text)

2011-04-21 Thread Michael Schmidt
Hi Everyone, I'm running into a problem with updating a plot that I've embedded into a Tk application.  I'm attaching the code with this email (and pasting it at the end, in a hopefully un-gmail-formatted-form).  This is a very simple program, with one canvas embedded into a window, with one menu

[Matplotlib-users] updating embedded plots using Tkinter

2011-04-21 Thread Michael Schmidt
Hi Everyone, I'm running into a problem with updating a plot that I've embedded into a Tk application. I'm attaching the code with this email (so hopefully that will show up at the end of the email). This is a very simple program, with one canvas embedded into a window, with one menu and one but