Commit ed6a250
committed
Pass number of frames for file-based writers.
By passing the number of frames, we elminate the possibility of
including stale frames in animations.1 parent 1f25dcc commit ed6a250Copy full SHA for ed6a250
File tree
Expand file treeCollapse file tree
1 file changed
+5
-3
lines changedOpen diff view settings
Filter options
- lib/matplotlib
Expand file treeCollapse file tree
1 file changed
+5
-3
lines changedOpen diff view settings
Collapse file
lib/matplotlib/animation.py
Copy file name to clipboardExpand all lines: lib/matplotlib/animation.py+5-3Lines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
379 | 379 | |
380 | 380 | |
381 | 381 | |
382 | | - |
383 | | - |
| 382 | + |
| 383 | + |
| 384 | + |
384 | 385 | |
385 | 386 | |
386 | 387 | |
| ||
435 | 436 | |
436 | 437 | |
437 | 438 | |
438 | | - |
| 439 | + |
| 440 | + |
439 | 441 | |
440 | 442 | |
441 | 443 | |
|
0 commit comments