mirror of
https://github.com/wassname/scikit-image.git
synced 2026-09-12 12:50:49 +08:00
Merge pull request #1380 from arve0/fix_Blitmanager.remove_artists
FIX: Remove artist from artists, not itself
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