Re: [Matplotlib-users] [matplotlib-users] Is it possible to set .pdf as defaut when saving an image?

2012-05-28 Thread Martin Spacek
On 12-02-07 08:40 AM, Michael Droettboom wrote: > On 02/07/2012 10:48 AM, Benjamin Root wrote: >> >> >> On Tue, Feb 7, 2012 at 8:33 AM, Fabien Lafont >> > > wrote: >> >> Is it possible to set the extension .pdf as defaut when I save an >> image using the matp

Re: [Matplotlib-users] TeX + QT4Agg = Broken (Mac OS X)

2012-05-28 Thread Jouni K . Seppänen
Felix Patzelt writes: > Matplotlib-Version: 1.1.0 If that's the released version and not something from git, it does not have one possibly related fix. Could you try cherry-picking commit 09293bf from github, or applying the following patch. commit 09293bf96f79f305d96ae4070dc89537efb9fb17 Auth

Re: [Matplotlib-users] TeX + QT4Agg = Broken (Mac OS X)

2012-05-28 Thread Jouni K . Seppänen
Jouni K. Seppänen writes: > Felix Patzelt writes: > >> I just ran into the following Bug: When choosing Qt4Agg as my backend >> in the matplotlibrc, using TeX will break matplotlib. > > Could you run your test script with --verbose-debug, redirect the output > to a file and send it to me (off-l

Re: [Matplotlib-users] TeX + QT4Agg = Broken (Mac OS X)

2012-05-28 Thread Jouni K . Seppänen
Felix Patzelt writes: > I just ran into the following Bug: When choosing Qt4Agg as my backend > in the matplotlibrc, using TeX will break matplotlib. Could you run your test script with --verbose-debug, redirect the output to a file and send it to me (off-list; it will be a large file)? -- Jo

[Matplotlib-users] TeX + QT4Agg = Broken (Mac OS X)

2012-05-28 Thread Felix Patzelt
Hi, I just ran into the following Bug: When choosing Qt4Agg as my backend in the matplotlibrc, using TeX will break matplotlib. When choosing backend: MacOSX, everything works fine. The QT4Agg backend also works fine as long as I'm not using TeX. Here is a fairly minimal example: # fil