|
From: John H. <jd...@gm...> - 2008-05-27 13:51:14
|
On Tue, May 27, 2008 at 2:50 AM, Florent Fayette <fa...@lp...> wrote: > Maybe it comes from LaTeX, does Matplotlib rely on the LaTeX software or > does it own his own version someh text.usetex : Trueow hardcoded. It does both. If text.usetex is False, we use our own fonts and text layout algorithms, which can look quite similar to latex because we ship some of the computer modern fonts. If text.usetex is True, we call out to latex and dvipng. If you post the output with the --verbose-debug flag set, we would know better what is going on on your system > python simple_plot.py --verbose-debug > run.out and post run.out. JDH |