Hi,

As far as I know, xticklabels in matplotlib are "top"-aligned, so you
may see misaligned baseline sometimes. Still, the problem you reported
seems to be a bug in the pdf-backend. I posted a simple bug fix of the
pdf backend

 http://article.gmane.org/gmane.comp.python.matplotlib.general/14041

and I guess this will also solve your problem. Although this fix is
not yet picked up by matplotlib developers, can you apply it by
yourself and see how it works?

Regards,

-JJ





On Wed, Aug 13, 2008 at 3:56 AM, Jochen Schaab
<[EMAIL PROTECTED]> wrote:
> Hello
>
> I have a problem with manually set plot labels.
> The baseline of the labels is not aligned when using the PDF output. It
> works fine for PS or PNG.
> Attached is a script which demonstrates my problem.
>
> Running
> python test_baseline.py -dPDF
> gives me a corrupted baseline for the x-labels.
>
> I am using
> py25-matplotlib @0.98.3_0+tkinter
> installed using MacPorts.
> The config file matplotlibrc is unchanged.
>
> Thanks
> Jochen
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
> Build the coolest Linux based applications with Moblin SDK & win great
> prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> Matplotlib-users mailing list
> Matplotlib-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/matplotlib-users
>
>

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to