h
> From: Joshua Koehler [mailto:jjkoehl...@gmail.com]
> Sent: Tuesday, 17 July 2012 12:12 a.m.
> To: matplotlib-users@lists.sourceforge.net
> Subject: Re: [Matplotlib-users] wxpython matplotlib figure resize
>
> Yes, my apologies for being a bit vague. Hopefully the following can
Koehler [mailto:jjkoehl...@gmail.com]
Sent: Tuesday, 17 July 2012 12:12 a.m.
To: matplotlib-users@lists.sourceforge.net
Subject: Re: [Matplotlib-users] wxpython matplotlib figure resize
Yes, my apologies for being a bit vague. Hopefully the following can help you
out, but I can't make promises. I
panel.sizer = wx.BoxSizer(wx.VERTICAL)
> panel.sizer.Add(panel.canvas, 1, wx.LEFT | wx.TOP | wx.GROW)
> panel.SetSizer(panel.sizer)
> panel.Fit()
> self.add_2Dtoolbar(panel)
> From: Joshua Koehler [jjkoehl...@gmail.com]
> Sent: Friday, 13 July 2012 1
self.add_2Dtoolbar(panel)
From: Joshua Koehler [jjkoehl...@gmail.com]
Sent: Friday, 13 July 2012 10:45 p.m.
To: matplotlib-users@lists.sourceforge.net
Subject: Re: [Matplotlib-users] wxpython matplotlib figure resize
Hi Keith,
How are you storing the plot in the fra
.
> To: Keith Jones
> Cc: Joshua Koehler; matplotlib-users@lists.sourceforge.net
> Subject: Re: [Matplotlib-users] wxpython matplotlib figure resize
>
>
> On Thu, Jul 12, 2012 at 9:27 PM, Keith Jones wrote:
> Hi,
> I am interested in a better solution to this problem, bu
Hi Josh,
Yes I too am using the wx backend.
Regards,
Keith
From: Tony Yu [mailto:tsy...@gmail.com]
Sent: Friday, 13 July 2012 3:16 p.m.
To: Keith Jones
Cc: Joshua Koehler; matplotlib-users@lists.sourceforge.net
Subject: Re: [Matplotlib-users] wxpython matplotlib
On Thu, Jul 12, 2012 at 9:27 PM, Keith Jones wrote:
> Hi,
>
> I am interested in a better solution to this problem, but I have used this
> simple method to force the right size.
>
>
>
> def tickle(self):
>
> #gets frame to redraw and resize, not elegant.
>
> if self.IsMaximiz