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
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
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
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
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
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