mirror of
https://github.com/wassname/scikit-image.git
synced 2026-08-10 12:40:08 +08:00
fix typo artist.remove -> artists.remove
This commit is contained in:
@@ -60,7 +60,7 @@ class BlitManager(object):
|
||||
|
||||
def remove_artists(self, artists):
|
||||
for artist in artists:
|
||||
self.artist.remove(artist)
|
||||
self.artists.remove(artist)
|
||||
|
||||
def on_draw_event(self, event=None):
|
||||
self.background = self.canvas.copy_from_bbox(self.ax.bbox)
|
||||
|
||||
Reference in New Issue
Block a user