Commit fdadd63
committed
FIX: make sure nbagg figure are shown when created
Removing the `draw_if_interactive` from `pyplot.figure` in
b2fbae7 causes the figures to no longer
be shown on creation in nbagg, this special-cases the manager creating
in nbagg to ensure that the figure is indeed shown.
The root cause of this is that unlike every other backend which call
`show` in either the Manager `__init__` or one of the
`new_figure_manager` functions, nbagg did not1 parent b0b49cb commit fdadd63
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
224 | 224 | | |
225 | 225 | | |
226 | 226 | | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
227 | 230 | | |
228 | 231 | | |
229 | 232 | | |
| |||
0 commit comments