Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3a1c655

Browse files
authored
Merge pull request #28674 from meeseeksmachine/auto-backport-of-pr-28650-on-v3.9.x
Backport PR #28650 on branch v3.9.x (remove out of date todos on animation.py)
2 parents 2896fc1 + 2a8d1fc commit 3a1c655

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

lib/matplotlib/animation.py

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,3 @@
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-
211
import abc
222
import base64
233
import contextlib

0 commit comments

Comments
 (0)