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.
2 parents 492f4bd + ac17d9f commit fc1194eCopy full SHA for fc1194e
1 file changed
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