Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Commitcdec6b9
committed
Prepare inlining MovieWriter.cleanup() into MovieWriter.finish().
The docs only mention `finish()`; but the implementations of `finish()`simply forwards themselves to `cleanup()` (and do a bit more). One caninstead just put all the relevant logic in `finish()` and not expose aseparate (basically internal) API.1 parent7c813db commitcdec6b9
File tree
3 files changed
+28
-10
lines changed- doc
- api/next_api_changes/deprecations
- lib/matplotlib
3 files changed
+28
-10
lines changedLines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + |
Lines changed: 10 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
251 | 251 |
| |
252 | 252 |
| |
253 | 253 |
| |
254 |
| - | |
| 254 | + | |
255 | 255 |
| |
256 | 256 |
| |
257 | 257 |
| |
258 | 258 |
| |
259 | 259 |
| |
260 | 260 |
| |
261 | 261 |
| |
262 |
| - | |
| 262 | + | |
263 | 263 |
| |
264 | 264 |
| |
265 | 265 |
| |
| |||
831 | 831 |
| |
832 | 832 |
| |
833 | 833 |
| |
| 834 | + | |
834 | 835 |
| |
835 | 836 |
| |
836 | 837 |
| |
| |||
895 | 896 |
| |
896 | 897 |
| |
897 | 898 |
| |
898 |
| - | |
| 899 | + | |
899 | 900 |
| |
900 | 901 |
| |
901 | 902 |
| |
| |||
1102 | 1103 |
| |
1103 | 1104 |
| |
1104 | 1105 |
| |
1105 |
| - | |
| 1106 | + | |
1106 | 1107 |
| |
1107 | 1108 |
| |
1108 | 1109 |
| |
1109 | 1110 |
| |
| 1111 | + | |
| 1112 | + | |
| 1113 | + | |
1110 | 1114 |
| |
1111 |
| - | |
| 1115 | + | |
1112 | 1116 |
| |
1113 | 1117 |
| |
1114 |
| - | |
| 1118 | + | |
1115 | 1119 |
| |
1116 | 1120 |
| |
1117 | 1121 |
| |
|
Lines changed: 13 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
335 | 335 |
| |
336 | 336 |
| |
337 | 337 |
| |
338 |
| - | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
339 | 344 |
| |
340 | 345 |
| |
341 | 346 |
| |
| |||
355 | 360 |
| |
356 | 361 |
| |
357 | 362 |
| |
358 |
| - | |
| 363 | + | |
359 | 364 |
| |
360 | 365 |
| |
361 | 366 |
| |
| |||
374 | 379 |
| |
375 | 380 |
| |
376 | 381 |
| |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
377 | 386 |
| |
378 | 387 |
| |
379 | 388 |
| |
| |||
505 | 514 |
| |
506 | 515 |
| |
507 | 516 |
| |
508 |
| - | |
509 |
| - | |
| 517 | + | |
| 518 | + | |
510 | 519 |
| |
511 | 520 |
| |
512 | 521 |
| |
|
0 commit comments
Comments
(0)