Re: [Matplotlib-users] Label baseline not aligned

2008-08-19 Thread Jae-Joon Lee
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

[Matplotlib-users] Label baseline not aligned

2008-08-13 Thread Jochen Schaab
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