[Matplotlib-users] dynamically share axes

2011-05-05 Thread Michael Schmidt
Hi Everyone, I have several subplots in one figure, and I'm trying to dynamically display different subplots depending on user input. Everything works fine with the set_visible command, except that I'm running into a problem with shared axes. Basically, I'd like to be able to choose to display s

[Matplotlib-users] select active figure with embedded canvas

2011-05-04 Thread Michael Schmidt
Hi Everyone, I'm embedding two different figures on two different canvases (each with subplots) into a Tk application, using the TkAgg backend.  I'd like to add some matplotlib widgets to one of the figures, and I need to specify which figure to add these to.  Currently, matplotlib is putting the

[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&#

[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