File tree 1 file changed +0
-20
lines changed
1 file changed +0
-20
lines changed Original file line number Diff line number Diff line change 1
- # TODO:
2
- # * Documentation -- this will need a new section of the User's Guide.
3
- # Both for Animations and just timers.
4
- # - Also need to update
5
- # https://scipy-cookbook.readthedocs.io/items/Matplotlib_Animations.html
6
- # * Blit
7
- # * Currently broken with Qt4 for widgets that don't start on screen
8
- # * Still a few edge cases that aren't working correctly
9
- # * Can this integrate better with existing matplotlib animation artist flag?
10
- # - If animated removes from default draw(), perhaps we could use this to
11
- # simplify initial draw.
12
- # * Example
13
- # * Frameless animation - pure procedural with no loop
14
- # * Need example that uses something like inotify or subprocess
15
- # * Complex syncing examples
16
- # * Movies
17
- # * Can blit be enabled for movies?
18
- # * Need to consider event sources to allow clicking through multiple figures
19
-
20
-
21
1
import abc
22
2
import base64
23
3
import contextlib
You can’t perform that action at this time.
0 commit comments