You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In past tests, blitting has caused issues with the play/pause button. I'll need to experiment with it a bit, and maybe make changes to the Block._update methods.
An option in the Animation class to enable blitting would be ideal.
Worst case scenario, blitting isn't possible with the pause button, and I'll issue a warning if both are used.
The text was updated successfully, but these errors were encountered:
I'm getting some very strange issues, but neither the slider or pause button work properly with blitting. Blitting works perfectly if neither of the controls are used. I also don't think that %matplotlib notebook uses blitting at all since I can't determine any difference between using blitting and not in a notebook.
I think I may wait until matplotlib 3.0 to continue further experiments with this since they are refactoring their blitting system.
Dev note: Exploring this involved changing the call to FuncAnimation in the Animation call to use blit=True. I previously found that the pause button in particular caused problems.
In past tests, blitting has caused issues with the play/pause button. I'll need to experiment with it a bit, and maybe make changes to the
Block._update
methods.An option in the Animation class to enable blitting would be ideal.
Worst case scenario, blitting isn't possible with the pause button, and I'll issue a warning if both are used.
The text was updated successfully, but these errors were encountered: