diff --git a/skimage/viewer/viewers/core.py b/skimage/viewer/viewers/core.py index b85a028f..6cf6ffc8 100644 --- a/skimage/viewer/viewers/core.py +++ b/skimage/viewer/viewers/core.py @@ -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)