fix typo artist.remove -> artists.remove

This commit is contained in:
arve0
2015-02-18 22:19:31 +01:00
parent c0a5010998
commit 2308ba0617
+1 -1
View File
@@ -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)