-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
[Doc]: Axes limits not updated in animate decay #24296
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
Comments
The example works, but that's the default xlim, and it is not running long enough in the docs to show the change. I'm not sure where the cutoff is, as the code itself runs infinitely. |
Sphinx gallery is using the default animation save And a really rough experiment indicates that the default save is 100 frames which was apparently deprecated in 2.2, but isn't in the release notes 😕 matplotlib/lib/matplotlib/animation.py Lines 1678 to 1682 in c8d1656
|
Slightly related to #24131 (which removes the automatic truncation). |
Uh oh!
There was an error while loading. Please reload this page.
Documentation Link
https://matplotlib.org/devdocs/gallery/animation/animate_decay.html#sphx-glr-gallery-animation-animate-decay-py
Problem
Animate decay claims it shows how to
changing axes limits during an animation
in the run methodbut the limits aren't actually changing:
91679bc3-c559-48dd-8c6e-9f7e9a8157bd.mp4
Suggested improvement
Either option is fine with me:
The text was updated successfully, but these errors were encountered: