8000 issues clearing rubberband on nbagg at non-default browser zoom · Issue #12201 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content
issues clearing rubberband on nbagg at non-default browser zoom #12201
Closed
@DTicien

Description

@DTicien

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

capture du 2018-09-21 15-46-47

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0