Commit 8e5a884
Skip plt.show() when user supplies ax= to allow multi-call layering (#362)
When show=None (default) and the user provides their own axes via ax=,
default show to False instead of auto-detecting interactive mode. This
allows multiple .pl.show(ax=...) calls to accumulate content on the
same axes without plt.show() consuming the figure in between.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 55d59b7 commit 8e5a884
2 files changed
Lines changed: 27 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
950 | 950 | | |
951 | 951 | | |
952 | 952 | | |
| 953 | + | |
| 954 | + | |
| 955 | + | |
| 956 | + | |
953 | 957 | | |
954 | 958 | | |
955 | 959 | | |
| |||
1273 | 1277 | | |
1274 | 1278 | | |
1275 | 1279 | | |
| 1280 | + | |
| 1281 | + | |
| 1282 | + | |
1276 | 1283 | | |
1277 | | - | |
| 1284 | + | |
1278 | 1285 | | |
1279 | 1286 | | |
1280 | 1287 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
| 4 | + | |
2 | 5 | | |
3 | 6 | | |
4 | 7 | | |
| |||
21 | 24 | | |
22 | 25 | | |
23 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
0 commit comments