[Matplotlib-users] subscript size different than in LaTeX document

2012-09-06 Thread Mogliii
Hi, I am preparing figures with the following matplotlib preamble: plt.rc('font', **{'family':'serif', 'serif':['Computer Modern Roman'], 'monospace':['Computer Modern Typewriter']}) params = {'backend': 'ps', 'text.latex.preamble': [r\usepackage{upgreek},

Re: [Matplotlib-users] subscript size different than in LaTeX document

2012-09-06 Thread Benjamin Root
On Thu, Sep 6, 2012 at 6:54 AM, Mogliii mogl...@gmx.net wrote: Hi, I am preparing figures with the following matplotlib preamble: plt.rc('font', **{'family':'serif', 'serif':['Computer Modern Roman'], 'monospace':['Computer Modern Typewriter']}) params = {'backend':

Re: [Matplotlib-users] subscript size different than in LaTeX document

2012-09-06 Thread mogliii
On 06/09/2012 14:49, Benjamin Root wrote: On Thu, Sep 6, 2012 at 6:54 AM, Mogliii mogl...@gmx.net wrote: Hi, I am preparing figures with the following matplotlib preamble: