Commit b794828
File tree
Expand file treeCollapse file tree
3 files changed
+69
-3
lines changedFilter options
- doc/users/next_whats_new
- lib/matplotlib
- tests
Expand file treeCollapse file tree
3 files changed
+69
-3
lines changeddoc/users/next_whats_new/2018-12-30-add-cache_frame_data-kwarg-to-FuncAnimation.rst
Copy file name to clipboard+10Lines changed: 10 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
lib/matplotlib/animation.py
Copy file name to clipboardExpand all lines: lib/matplotlib/animation.py+10-3Lines changed: 10 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1598 | 1598 |
|
1599 | 1599 |
|
1600 | 1600 |
|
| 1601 | + |
| 1602 | + |
| 1603 | + |
| 1604 | + |
1601 | 1605 |
|
1602 | 1606 |
|
1603 | 1607 |
|
1604 |
| - |
| 1608 | + |
1605 | 1609 |
|
1606 | 1610 |
|
1607 | 1611 |
|
| ||
1649 | 1653 |
|
1650 | 1654 |
|
1651 | 1655 |
|
| 1656 | + |
| 1657 | + |
1652 | 1658 |
|
1653 | 1659 |
|
1654 | 1660 |
|
| ||
1703 | 1709 |
|
1704 | 1710 |
|
1705 | 1711 |
|
1706 |
| - |
1707 |
| - |
| 1712 | + |
| 1713 | + |
| 1714 | + |
1708 | 1715 |
|
1709 | 1716 |
|
1710 | 1717 |
|
|
lib/matplotlib/tests/test_animation.py
Copy file name to clipboardExpand all lines: lib/matplotlib/tests/test_animation.py+49Lines changed: 49 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2 | 2 |
|
3 | 3 |
|
4 | 4 |
|
| 5 | + |
5 | 6 |
|
6 | 7 |
|
7 | 8 |
|
| ||
258 | 259 |
|
259 | 260 |
|
260 | 261 |
|
| 262 | + |
| 263 | + |
| 264 | + |
| 265 | + |
| 266 | + |
| 267 | + |
| 268 | + |
| 269 | + |
| 270 | + |
| 271 | + |
| 272 | + |
| 273 | + |
| 274 | + |
| 275 | + |
| 276 | + |
| 277 | + |
| 278 | + |
| 279 | + |
| 280 | + |
| 281 | + |
| 282 | + |
| 283 | + |
| 284 | + |
| 285 | + |
| 286 | + |
| 287 | + |
| 288 | + |
| 289 | + |
| 290 | + |
| 291 | + |
| 292 | + |
| 293 | + |
| 294 | + |
| 295 | + |
| 296 | + |
| 297 | + |
| 298 | + |
| 299 | + |
| 300 | + |
| 301 | + |
| 302 | + |
| 303 | + |
| 304 | + |
| 305 | + |
| 306 | + |
| 307 | + |
| 308 | + |
| 309 | + |
0 commit comments