Closed
Description
Bug report
Bug summary
When trying to zoom in or out while in %matplotlib notebook mode, part of the "zoom rectangle" remains at the bottom and the right part of the axis.
The result is an axis crowded with remains of this rectangle and not readable anymore.
Code for reproduction
import matplotlib.pyplot as plt
%matplotlib notebook
plt.figure()
plt.plot(0,0)
plt.show()
Actual outcome
Expected outcome
Same but without the rectangle "glitch"
Matplotlib version
- Operating system: Debian Stretch
- Matplotlib version: - matplotlib=2.2.3=py37hb69df0a_0
- Matplotlib backend : nbAgg
- Python version: 3.7.0
- Jupyter version :
- jupyter=1.0.0=py37_7
- jupyter_client=5.2.3=py37_0
- jupyter_console=5.2.0=py37_1
- jupyter_core=4.4.0=py37_0
Install with Conda - Default channels used