You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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