Re: [Matplotlib-users] xelatex with pdf multipage

2013-02-22 Thread Neal Becker
Neal Becker wrote: > Objective: > produce multi-page pdfs using xelatex so I can have advanced latex and stix > fonts (using xits package) > > I've used pdf multipage with the recipe: > > import matplotlib as mpl > mpl.use ('pdf') > import matplotlib.pyplot as plt > > from matplotlib.backends.b

[Matplotlib-users] xelatex with pdf multipage

2013-02-21 Thread Neal Becker
Objective: produce multi-page pdfs using xelatex so I can have advanced latex and stix fonts (using xits package) I've used pdf multipage with the recipe: import matplotlib as mpl mpl.use ('pdf') import matplotlib.pyplot as plt from matplotlib.backends.backend_pdf import PdfPages pdf = PdfPages