forked frommatplotlib/matplotlib
- Notifications
You must be signed in to change notification settings - Fork0
Commit6afbad4
Backport PRmatplotlib#17602: FIX: propagate _is_saving state when changing canvases
Merge pull requestmatplotlib#17602 from tacaswell/fix_mixed_canvas_animation_saveFIX: propagate _is_saving state when changing canvasesConflicts:lib/matplotlib/backend_bases.py - other nearby changes, only backport the context manager related changeslib/matplotlib/tests/test_figure.py - did not backport the other tests that are currently only on master branch.1 parent889c73f commit6afbad4
2 files changed
+12
-2
lines changedLines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2068 | 2068 |
| |
2069 | 2069 |
| |
2070 | 2070 |
| |
2071 |
| - | |
2072 |
| - | |
| 2071 | + | |
| 2072 | + | |
| 2073 | + | |
2073 | 2074 |
| |
2074 | 2075 |
| |
2075 | 2076 |
| |
|
Lines changed: 9 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
487 | 487 |
| |
488 | 488 |
| |
489 | 489 |
| |
| 490 | + | |
| 491 | + | |
| 492 | + | |
| 493 | + | |
| 494 | + | |
| 495 | + | |
| 496 | + | |
| 497 | + | |
| 498 | + |
0 commit comments
Comments
(0)