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