Commit 30c8b8c
authored
* DOC: Remove inaccurate claim that switch_backend closes all figures
The switch_backend docstring claimed that all open figures would be
closed via plt.close('all') when switching to a different backend,
but the implementation never actually does this.
* DOC: Remove same inaccurate close-all claim from matplotlib.use docstring
The matplotlib.use docstring also claimed figures would be closed when
switching backends, which is equally incorrect.
1 parent 7eaff94 commit 30c8b8c
2 files changed
Lines changed: 1 addition & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1192 | 1192 | | |
1193 | 1193 | | |
1194 | 1194 | | |
1195 | | - | |
1196 | | - | |
| 1195 | + | |
1197 | 1196 | | |
1198 | 1197 | | |
1199 | 1198 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
398 | 398 | | |
399 | 399 | | |
400 | 400 | | |
401 | | - | |
402 | | - | |
403 | | - | |
404 | 401 | | |
405 | 402 | | |
406 | 403 | | |
| |||
0 commit comments