From 1d65122767bf2e7c6838eecd0f13b73c3059f550 Mon Sep 17 00:00:00 2001 From: Caitlin Hathaway <103151440+caitlinhat@users.noreply.github.com> Date: Fri, 2 Aug 2024 13:47:40 -0500 Subject: [PATCH 1/2] remove out of date todos on animation.py --- lib/matplotlib/animation.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lib/matplotlib/animation.py b/lib/matplotlib/animation.py index 9108b727b50c..28b01fedf138 100644 --- a/lib/matplotlib/animation.py +++ b/lib/matplotlib/animation.py @@ -1,10 +1,5 @@ # TODO: -# * Documentation -- this will need a new section of the User's Guide. -# Both for Animations and just timers. -# - Also need to update -# https://scipy-cookbook.readthedocs.io/items/Matplotlib_Animations.html # * Blit -# * Currently broken with Qt4 for widgets that don't start on screen # * Still a few edge cases that aren't working correctly # * Can this integrate better with existing matplotlib animation artist flag? # - If animated removes from default draw(), perhaps we could use this to From 1f9b487afde562362b944864adeafc40e6336461 Mon Sep 17 00:00:00 2001 From: Caitlin Hathaway <103151440+caitlinhat@users.noreply.github.com> Date: Wed, 7 Aug 2024 07:38:03 -0500 Subject: [PATCH 2/2] remove all Todo's in animation.py --- lib/matplotlib/animation.py | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/lib/matplotlib/animation.py b/lib/matplotlib/animation.py index 28b01fedf138..00b16d240740 100644 --- a/lib/matplotlib/animation.py +++ b/lib/matplotlib/animation.py @@ -1,18 +1,3 @@ -# TODO: -# * Blit -# * Still a few edge cases that aren't working correctly -# * Can this integrate better with existing matplotlib animation artist flag? -# - If animated removes from default draw(), perhaps we could use this to -# simplify initial draw. -# * Example -# * Frameless animation - pure procedural with no loop -# * Need example that uses something like inotify or subprocess -# * Complex syncing examples -# * Movies -# * Can blit be enabled for movies? -# * Need to consider event sources to allow clicking through multiple figures - - import abc import base64 import contextlib