|
From: Darren D. <dsd...@gm...> - 2011-04-04 20:24:42
|
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 False, the window remains open until I close it. Is interactive=True not supported for scripts anymore? |