Closed
Description
Bug report
input()
blocks any rendering and event handling.
Code for reproduction
I ran the code with python
, ipython
from console and ipython
from Spyder 3.2.4 (fails in these three cases).
Actual outcome
The matplotlib window is not rendered and does not respond.
Expected outcome
The matplotlib window should be rendered and allow a lasso selection.
Remark: if the code from input()
(included) is removed, the rendering and the lasso selection work as expected.
Matplotlib version
- Operating system: Windows 7 64 bits
- Matplotlib version: 2.1.0 and 2.1.1
- Matplotlib backend: Qt5Agg
- Python version: Python 3.6.3 :: Anaconda custom (64-bit)
- Jupyter version (if applicable):
- Other libraries: IPython 6.1.0
Matplotlib installed with conda, default channel.