X Tutup
Skip to content

wx crashes on exit if figure not shown and not explicitly closed  #3316

@ibell

Description

@ibell

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)'

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      X Tutup