Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Closed
Description
Bug report
I'm using a python library that happens to execute
frommatplotlib.backends.backend_qt5aggimportFigureCanvasQTAggasFigureCanvas
When I plot using the TkAgg backend in interactive mode, the figure is unresponsive, though the data shows itself in that figure if I open a new figure.
Code for reproduction
importmatplotlib.pyplotaspltplt.ion()frommatplotlib.backends.backend_qt5aggimportFigureCanvasQTAggasFigureCanvasplt.figure()plt.plot([1],'ko')# plot a point
Actual outcome
The figure is unresponsive and blank, and the Mac spinning beachball symbol shows if I hover the cursor over it.
Expected outcome
The figure is plotted and responsive.
Matplotlib version
Matplotlib version 2.0.0.
python info:
Python 3.5.2 |Anaconda custom (x86_64)| (default, Jul 2 2016, 17:52:12)
[GCC 4.2.1 Compatible Apple LLVM 4.2 (clang-425.0.28)] on darwin
Mac OS X, 10.11.6
Everything was installed using anaconda.
Metadata
Metadata
Assignees
Labels
No labels