-
-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Closed
Milestone
Description
On windows, with the wxagg backend, if the figure is not explicitly closed, python crashes. This crashes:
python -c "import matplotlib.pyplot as plt; plt.plot([0,1],[1,4])"versions:
C:\Users\Belli>python
Python 2.7.6 |Continuum Analytics, Inc.| (default, May 27 2014, 15:00:33) [MSC v.1500 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
Anaconda is brought to you by Continuum Analytics.
Please check out: http://continuum.io and https://binstar.org
>>> import matplotlib
>>> matplotlib.__version__
'1.3.1'
>>> import wx
>>> wx.version()
'3.0.0.0 msw (classic)'
Reactions are currently unavailable