animatplot icon indicating copy to clipboard operation
animatplot copied to clipboard

A python package for animating plots build on matplotlib.

Results 20 animatplot issues
Sort by recently updated
recently updated
newest added

This library is great, you've done a really nice job with it so far @t-makaro . I'm using it pretty regularly, and getting close to having it integrated within xarray...

Adds a new `Block` subclass `Surface` to make surface plots using matplotlib's `plot_surface()` method. Makes animation by clearing plot and re-drawing. It was suggested that this is the best solution...

The implementation of `matplotlib.animation.FileMovieWriter` seems to have changed in matplotlib-3.4, and the `_frame_sink` member no longer exists. This makes the unit tests fail. I guess `BunchOfFiles` needs to be updated,...

waiting on https://github.com/sphinx-gallery/sphinx-gallery/issues/150

documentation

It appears that there's a 0.4.2 on PyPI, but the corresponding tag for it has not been pushed to GitHub.

Attempts to fix #32 by automatically choosing the length of the slider based on the length of the slider label and value text. There's a unit test which interrogates the...

I'm opening a bunch of issues just to track progress. This one is for new blocks! The following have methods to update data which makes them prime candidates for blocks....

feature

This PR attempts to make the animation controls (time-slider and play/pause button) compatible with use of `tight_layout()`. Previously, calling `tight_layout` could arrange the animations in a figure, but would not...

When text for the value of the timeline slider is long, the play/pause button can cover it up. We have a few options: 1. Place the text for the slider...