Skip to content

Commit

Permalink
Backport PR matplotlib#28231: DOC: we do not need the blit call in on…
Browse files Browse the repository at this point in the history
…_draw
  • Loading branch information
timhoffm authored and meeseeksmachine committed May 16, 2024
1 parent 43c9548 commit ac17d9f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion galleries/examples/event_handling/path_editor.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ def on_draw(self, event):
self.background = self.canvas.copy_from_bbox(self.ax.bbox)
self.ax.draw_artist(self.pathpatch)
self.ax.draw_artist(self.line)
self.canvas.blit(self.ax.bbox)

def on_button_press(self, event):
"""Callback for mouse button presses."""
Expand Down

0 comments on commit ac17d9f

Please sign in to comment.