Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d5c8a5 commit 701042dCopy full SHA for 701042d
1 file changed
lib/matplotlib/widgets.py
@@ -1975,8 +1975,6 @@ def clear(self, event):
1975
return
1976
if self.useblit:
1977
self.background = self.canvas.copy_from_bbox(self.ax.bbox)
1978
- self.linev.set_visible(False)
1979
- self.lineh.set_visible(False)
1980
1981
def onmove(self, event):
1982
"""Internal event handler to draw the cursor when the mouse moves."""
@@ -2113,8 +2111,6 @@ def clear(self, event):
2113
2111
2114
2112
for canvas, info in self._canvas_infos.items():
2115
info["background"] = canvas.copy_from_bbox(canvas.figure.bbox)
2116
- for line in self.vlines + self.hlines:
2117
- line.set_visible(False)
2118
2119
2120
if (self.ignore(event)
0 commit comments