We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 80b08bd + a567e5b commit 9735c78Copy full SHA for 9735c78
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