Re: [Matplotlib-users] Qt4 on OSX

2011-03-24 Thread Daniel Welling
interactive/non-interactive usage for the MacOSX backend. Thanks, --Michiel. --- On *Wed, 3/23/11, Daniel Welling dantwell...@gmail.com* wrote: From: Daniel Welling dantwell...@gmail.com Subject: Re: [Matplotlib-users] Qt4 on OSX To: Michiel de Hoon mjldeh...@yahoo.com Cc: matplotlib

Re: [Matplotlib-users] Qt4 on OSX

2011-03-23 Thread Daniel Welling
Greetings again, Michiel. Please excuse my slow response time... First, thanks for explaining the Framework stuff; it clarifies situation. I'll be sure to never blame the OSX backend where it is not warranted! Unfortunately (in terms of easy explanations): In [3]: MacOS.WMAvailable() Out[3]:

Re: [Matplotlib-users] Qt4 on OSX

2011-03-23 Thread Michiel de Hoon
. --- On Wed, 3/23/11, Daniel Welling dantwell...@gmail.com wrote: From: Daniel Welling dantwell...@gmail.com Subject: Re: [Matplotlib-users] Qt4 on OSX To: Michiel de Hoon mjldeh...@yahoo.com Cc: matplotlib-users@lists.sourceforge.net Date: Wednesday, March 23, 2011, 12:27 PM Greetings again, Michiel

Re: [Matplotlib-users] Qt4 on OSX

2011-03-21 Thread Michiel de Hoon
--- On Sun, 3/20/11, Daniel Welling dantwell...@gmail.com wrote: The OSX backend used to have a bug where you cannot type a name in the file name text box.Since that has been fixed, ... That was not a bug in the MacOSX backend (and therefore was not fixed), but is related to how Python is

Re: [Matplotlib-users] Qt4 on OSX

2011-03-20 Thread Michiel de Hoon
--- On Wed, 3/16/11, Daniel Welling dantwell...@gmail.com wrote: After playing with backends quite a bit, I have found that the best one in terms of speed, robustness, and features is Qt4Agg - especially on OSX, where the MacOSX backend is buggy and many others just don't plain work.  Why

Re: [Matplotlib-users] Qt4 on OSX

2011-03-20 Thread Daniel Welling
Hello, Michiel. The OSX backend used to have a bug where you cannot type a name in the file name text box. Since that has been fixed, I have found a new bug: every so often, when you go to save a file, the save and cancel button stop responding, trapping the user in file saving limbo. I'll have

Re: [Matplotlib-users] Qt4 on OSX

2011-03-17 Thread Darren Dale
On Wed, Mar 16, 2011 at 1:59 PM, Daniel Welling dantwell...@gmail.com wrote: Greetings, MPL'ers. After playing with backends quite a bit, I have found that the best one in terms of speed, robustness, and features is Qt4Agg - especially on OSX, where the MacOSX backend is buggy and many others

[Matplotlib-users] Qt4 on OSX

2011-03-16 Thread Daniel Welling
Greetings, MPL'ers. After playing with backends quite a bit, I have found that the best one in terms of speed, robustness, and features is Qt4Agg - especially on OSX, where the MacOSX backend is buggy and many others just don't plain work. To my great disappointment, I have found that this