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 43c9548 commit ac17d9fCopy full SHA for ac17d9f
galleries/examples/event_handling/path_editor.py
@@ -94,7 +94,6 @@ def on_draw(self, event):
94
self.background = self.canvas.copy_from_bbox(self.ax.bbox)
95
self.ax.draw_artist(self.pathpatch)
96
self.ax.draw_artist(self.line)
97
- self.canvas.blit(self.ax.bbox)
98
99
def on_button_press(self, event):
100
"""Callback for mouse button presses."""
0 commit comments