We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d65122 commit 1f9b487Copy full SHA for 1f9b487
lib/matplotlib/animation.py
@@ -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
16
import abc
17
import base64
18
import contextlib
0 commit comments