Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Commit9e71fc3
committed
DOC: Make animation continuous
This changes the phase such that the start and end images arethe same. This is a bit nicer for the animation thumbnailshttps://matplotlib.org/devdocs/gallery/index.html#animation.They are shown in an endless loop and if start and end imagesare different, we get a discontiguous jump when the animationis repeated. With this changes, the animation flow iscontiguous.1 parent3c615b5 commit9e71fc3
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
26 |
| - | |
27 |
| - | |
| 26 | + | |
| 27 | + | |
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
|
0 commit comments
Comments
(0)