Re: [matplotlib-devel] latex pngs in docs

2008-06-10 Thread Darren Dale
On Tuesday 10 June 2008 1:34:45 pm John Hunter wrote: > On Tue, Jun 10, 2008 at 11:51 AM, Michael Droettboom <[EMAIL PROTECTED]> wrote: > > Is anyone else working on this? I think I may have some time to this > > afternoon, and I don't want to duplicate effort. > > It's been on my wish list, but

[matplotlib-devel] ANN: SciPy 2008 Conference

2008-06-10 Thread Jarrod Millman
Greetings, The SciPy 2008 Conference website is now open: http://conference.scipy.org This year's conference will be at Caltech from August 19-24: Tutorials:August 19-20 (Tuesday and Wednesday) Conference: August 21-22 (Thursday and Friday) Sprints: August 23-24 (Saturday and

Re: [matplotlib-devel] latex pngs in docs

2008-06-10 Thread John Hunter
On Tue, Jun 10, 2008 at 11:51 AM, Michael Droettboom <[EMAIL PROTECTED]> wrote: > Is anyone else working on this? I think I may have some time to this > afternoon, and I don't want to duplicate effort. It's been on my wish list, but I haven't started, so fire away. Sorry I didn't see your mail e

Re: [matplotlib-devel] latex pngs in docs

2008-06-10 Thread Michael Droettboom
Is anyone else working on this? I think I may have some time to this afternoon, and I don't want to duplicate effort. Cheers, Mike Michael Droettboom wrote: > Not hard, I don't think. The following will give you a FT2Image object > of the expression: > > from matplotlib.mathtext import MathTe

Re: [matplotlib-devel] Repair of baseline alignment in Text._get_layout

2008-06-10 Thread John Hunter
On Tue, Jun 10, 2008 at 10:15 AM, Stan West <[EMAIL PROTECTED]> wrote: > Hi. A few days ago, I submitted a patch (1985420) to repair text baseline > alignment, but I'm wondering if it hasn't come to a developer's attention. > The following is a simple test script for the behavior: > >figure()

[matplotlib-devel] Repair of baseline alignment in Text._get_layout

2008-06-10 Thread Stan West
Hi. A few days ago, I submitted a patch (1985420) to repair text baseline alignment, but I'm wondering if it hasn't come to a developer's attention. The following is a simple test script for the behavior: figure() plot([0]) grid() text(0, 0, 'Baseline at 0?', va='baseline') The f

Re: [matplotlib-devel] AttributeError: 'FigureCanvasWxAgg' object has no attribute 'SetInitialSize'

2008-06-10 Thread John Hunter
On Tue, Jun 10, 2008 at 9:21 AM, Stan West <[EMAIL PROTECTED]> wrote: > Greetings. According to http://www.wxpython.org/recentchanges.php, > SetInitialSize became available at version 2.7.2.0 (7 Nov 2006) of wxPython. > It renamed the prior SetBestFittingSize, for which I found no other mention >

Re: [matplotlib-devel] AttributeError: 'FigureCanvasWxAgg' object has no attribute 'SetInitialSize'

2008-06-10 Thread Stan West
Greetings. According to http://www.wxpython.org/recentchanges.php, SetInitialSize became available at version 2.7.2.0 (7 Nov 2006) of wxPython. It renamed the prior SetBestFittingSize, for which I found no other mention in the changes document. (That version history lists those methods as belongi