Commit 9e71fc3
committed
DOC: Make animation continuous
This changes the phase such that the start and end images are
the same. This is a bit nicer for the animation thumbnails
https://matplotlib.org/devdocs/gallery/index.html#animation.
They are shown in an endless loop and if start and end images
are different, we get a discontiguous jump when the animation
is repeated. With this changes, the animation flow is
contiguous.1 parent 3c615b5 commit 9e71fc3
1 file changed
+2
-2
lines changed| 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