Latex text rendering

David Pine <dp82@...2743...> writes:

"name 'xpdf' is not defined"

params = {'backend': 'Agg',

...

          'ps.usedistiller' : xpdf,

Put xpdf in quotes: 'xpdf' not xpdf. In the matplotlibrc file you don't
need quotes there, but if you use Python to set parameters, you do.

···

--
Jouni K. Sepp�nen