|
From: Magician <f_m...@ma...> - 2013-01-20 08:24:47
|
Hi all,
I'm using matplotlib 1.1.0 for Python27 on Windows 7.
I'd like to apply TeX fonts at legends and labels.
But if I try to do, the texts' baselines become upper,
and the layouts get out of shapes.
For example, I set legend titles as below:
- 'Plot 1'
- r'Plot 2 ($\alpha$)'
-'Plot 3'
then only the second one was raised.
Both Computer Modern and \mathdefault fonts have same issues.
I want to fix all the baselines as default positions.
Does anyone have good ideas?
Magician
|