Re: [Matplotlib-users] wxpython matplotlib figure resize

2012-07-19 Thread Joshua Koehler
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

Re: [Matplotlib-users] wxpython matplotlib figure resize

2012-07-16 Thread Keith Jones
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

Re: [Matplotlib-users] wxpython matplotlib figure resize

2012-07-16 Thread Joshua Koehler
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

Re: [Matplotlib-users] wxpython matplotlib figure resize

2012-07-14 Thread Keith Jones
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

Re: [Matplotlib-users] wxpython matplotlib figure resize

2012-07-13 Thread Joshua Koehler
. > 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

Re: [Matplotlib-users] wxpython matplotlib figure resize

2012-07-12 Thread Keith Jones
oehler [mailto:jjkoehl...@gmail.com<mailto:jjkoehl...@gmail.com>] Sent: Saturday, 7 July 2012 1:51 a.m. To: matplotlib-users@lists.sourceforge.net<mailto:matplotlib-users@lists.sourceforge.net> Subject: [Matplotlib-users] wxpython matplotlib figure resize Hi all, I am currently trying to use matplo

Re: [Matplotlib-users] wxpython matplotlib figure resize

2012-07-12 Thread Tony Yu
t; > > > Regards, > > Keith > > > -- > > *From:* Joshua Koehler [mailto:jjkoehl...@gmail.com] > *Sent:* Saturday, 7 July 2012 1:51 a.m. > *To:* matplotlib-users@lists.sourceforge.net > *Subject:* [Matplotlib-users] wxpython matplotl