Re: [Matplotlib-users] subscript size different than in LaTeX document
On 06/09/2012 14:49, Benjamin Root wrote: On Thu, Sep 6, 2012 at 6:54 AM, Mogliiiwrote: Hi, I am preparing figures with the following matplotlib preamble:
Re: [Matplotlib-users] subscript size different than in LaTeX document
On Thu, Sep 6, 2012 at 6:54 AM, Mogliii 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': 'ps', >