Skip to content

Commit 1f9b487

Browse files
authored
remove all Todo's in animation.py
1 parent 1d65122 commit 1f9b487

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

lib/matplotlib/animation.py

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,3 @@
1-
# TODO:
2-
# * Blit
3-
# * Still a few edge cases that aren't working correctly
4-
# * Can this integrate better with existing matplotlib animation artist flag?
5-
# - If animated removes from default draw(), perhaps we could use this to
6-
# simplify initial draw.
7-
# * Example
8-
# * Frameless animation - pure procedural with no loop
9-
# * Need example that uses something like inotify or subprocess
10-
# * Complex syncing examples
11-
# * Movies
12-
# * Can blit be enabled for movies?
13-
# * Need to consider event sources to allow clicking through multiple figures
14-
15-
161
import abc
172
import base64
183
import contextlib

0 commit comments

Comments
 (0)