Re: [Matplotlib-users] Problem/Bug with Text rendering With LaTeX

2012-05-20 Thread Yang Zhang
Hi Alejandro, Thank you very much for your help! It is a font priority problem. I added cmr to the first of font.serif. Problem solved! rcParams['font.serif'] = ['Computer Modern Roman'] + rcParams['font.serif'] Many thanks again! A Spherical Chicken On Sun, May 20, 2012 at 6:55 PM, Alejandro

Re: [Matplotlib-users] Problem/Bug with Text rendering With LaTeX

2012-05-20 Thread Alejandro Weinstein
On Sun, May 20, 2012 at 4:14 PM, Yang Zhang wrote: > Recently I have tried to use latex to render all the texts in a plot for > consistent look with other texts in a paper. However, it seems that all the > texts in the plot are rendered in bold font. Please see the attached code. Can you try with

[Matplotlib-users] Problem/Bug with Text rendering With LaTeX

2012-05-20 Thread Yang Zhang
Hi, mpl is a great package. Thanks for the effort first! Recently I have tried to use latex to render all the texts in a plot for consistent look with other texts in a paper. However, it seems that all the texts in the plot are rendered in bold font. Please see the attached code. == #!/opt/local

Re: [Matplotlib-users] Documentation

2012-05-20 Thread Sandro Tosi
Hello Michael, On Thu, May 3, 2012 at 1:25 PM, Michael Droettboom wrote: > ipython - **seems unnecessary** removed > python-configobj - **necessary only for a long abandoned experimental > version of matplotlib** removed > python-epydoc - **obsolete** removed > python-qt4 - **not needed for