Re: [Matplotlib-users] show(), the state of the art

2010-11-03 Thread Benjamin Root
On Wed, Nov 3, 2010 at 2:19 AM, Michiel de Hoon wrote: > --- On *Tue, 11/2/10, Benjamin Root * wrote: > > I have personally seen significant progress in this area, but there are a > few backends that aren't quite right (MacOSX backend, I believe?). > > As far as I know, show() is working correctl

Re: [Matplotlib-users] show(), the state of the art

2010-11-03 Thread Michiel de Hoon
--- On Tue, 11/2/10, Benjamin Root wrote: I have personally seen significant progress in this area, but there are a few backends that aren't quite right (MacOSX backend, I believe?). As far as I know, show() is working correctly in the MacOSX backend. If you encountered a case where the backen

Re: [Matplotlib-users] show(), the state of the art

2010-11-02 Thread Eric Firing
On 11/02/2010 04:39 AM, Alan G Isaac wrote: On 11/2/2010 10:06 AM, Benjamin Root wrote: I have personally seen significant progress in this area, but there are a few backends that aren't quite right (MacOSX backend, I believe?). I believe multiple uses of ``show`` fail and are expected to fa

Re: [Matplotlib-users] show(), the state of the art

2010-11-02 Thread Alan G Isaac
On 11/2/2010 10:06 AM, Benjamin Root wrote: > I have personally seen significant progress in this area, but there are a few > backends that aren't quite right (MacOSX backend, I believe?). I believe multiple uses of ``show`` fail and are expected to fail for the foreseeable future when using IDL

Re: [Matplotlib-users] show(), the state of the art

2010-11-02 Thread Benjamin Root
On Tue, Nov 2, 2010 at 8:31 AM, Daπid wrote: > On Tue, Nov 2, 2010 at 12:49 PM, David Kremer > wrote: > > Personally I used show() yesterday, and it blocks the execution until > > the figure's window is closed. It is of perfect convenience I think, > > as a default behavior. > > Yes, this is the

Re: [Matplotlib-users] show(), the state of the art

2010-11-02 Thread Daπid
On Tue, Nov 2, 2010 at 12:49 PM, David Kremer wrote: > Personally I used show() yesterday, and it blocks the execution until > the figure's window is closed. It is of perfect convenience I think, > as a default behavior. Yes, this is the optimal behavior, but it is not fully implemented, as seen

Re: [Matplotlib-users] show(), the state of the art

2010-11-02 Thread David Kremer
2010/11/2 Michael Droettboom : > On 11/02/2010 07:49 AM, David Kremer wrote: >> Personally I used show() yesterday, and it blocks the execution until >> the figure's window is closed. It is of perfect convenience I think, >> as a default behavior. >> >> However, I would like to add an option to sho

Re: [Matplotlib-users] show(), the state of the art

2010-11-02 Thread Michael Droettboom
On 11/02/2010 07:49 AM, David Kremer wrote: > Personally I used show() yesterday, and it blocks the execution until > the figure's window is closed. It is of perfect convenience I think, > as a default behavior. > > However, I would like to add an option to show() like eg : > > >> show( save_im

Re: [Matplotlib-users] show(), the state of the art

2010-11-02 Thread David Kremer
Personally I used show() yesterday, and it blocks the execution until the figure's window is closed. It is of perfect convenience I think, as a default behavior. However, I would like to add an option to show() like eg : > show( save_image = True , format = 'eps' ) As it permits to mix the two b