Re: [matplotlib-devel] windows immediately close after show()

2011-04-04 Thread Eric Firing
On 04/04/2011 12:35 PM, Darren Dale wrote: > On Mon, Apr 4, 2011 at 5:57 PM, Eric Firing wrote: >> On 04/04/2011 10:24 AM, Darren Dale wrote: >>> When I run some of the examples in pylab_examples, like >>> simple_plot.py, the call to show() yields a window that immediately >>> closes. This is with

Re: [matplotlib-devel] windows immediately close after show()

2011-04-04 Thread Darren Dale
On Mon, Apr 4, 2011 at 5:57 PM, Eric Firing wrote: > On 04/04/2011 10:24 AM, Darren Dale wrote: >> When I run some of the examples in pylab_examples, like >> simple_plot.py, the call to show() yields a window that immediately >> closes. This is with either the v1.0.x or master branches on OS X wit

Re: [matplotlib-devel] windows immediately close after show()

2011-04-04 Thread Eric Firing
On 04/04/2011 10:24 AM, Darren Dale wrote: > When I run some of the examples in pylab_examples, like > simple_plot.py, the call to show() yields a window that immediately > closes. This is with either the v1.0.x or master branches on OS X with > python 2.7 and the qt4 backend, with interactive=True

Re: [matplotlib-devel] windows immediately close after show()

2011-04-04 Thread Eric Firing
On 04/04/2011 10:24 AM, Darren Dale wrote: > When I run some of the examples in pylab_examples, like > simple_plot.py, the call to show() yields a window that immediately > closes. This is with either the v1.0.x or master branches on OS X with > python 2.7 and the qt4 backend, with interactive=True

[matplotlib-devel] windows immediately close after show()

2011-04-04 Thread Darren Dale
When I run some of the examples in pylab_examples, like simple_plot.py, the call to show() yields a window that immediately closes. This is with either the v1.0.x or master branches on OS X with python 2.7 and the qt4 backend, with interactive=True in matplotlibrc. When I change interactive to Fals