Skip to content

[Doc]: Remove old TODO's from animation.py #28626

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
caitlinhat opened this issue Jul 29, 2024 · 2 comments · Fixed by #28650
Closed

[Doc]: Remove old TODO's from animation.py #28626

caitlinhat opened this issue Jul 29, 2024 · 2 comments · Fixed by #28650
Milestone

Comments

@caitlinhat
Copy link
Contributor

Documentation Link

https://github.com/matplotlib/matplotlib/blob/main/lib/matplotlib/animation.py

Problem

There are some TODO's that appear to be out of date:

  • TODO for documentation to be created
  • The SciPy Cookbook looks like it isn't really maintained anymore, should we remove the TODO to update?
  • TODO for blit on Qt4 - Qt4 has been unsupported since 2015.
 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

Suggested improvement

Remove old and out-of-date TODO's

@story645
Copy link
Member

story645 commented Jul 30, 2024

Thanks for catching this! The documentation todo is I think covered by #27687

Would you like to open the PR to remove these TODOs?

@caitlinhat
Copy link
Contributor Author

Sure, I'll get on that

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants