Commit 468f6e0
committed
FIX: add explict draw_if_interactive in figure()
With out this the IPython inline backend does not work without
calling `plt.show()` or `plt.draw_if_interactive()`. Adding this line
back here is a quick hack to get things working again. There is
probably a better solution in the figure manager base-class.
Closes #47741 parent 4b25853 commit 468f6e0
1 file changed
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
531 | 531 | | |
532 | 532 | | |
533 | 533 | | |
| 534 | + | |
| 535 | + | |
| 536 | + | |
| 537 | + | |
| 538 | + | |
| 539 | + | |
| 540 | + | |
534 | 541 | | |
535 | 542 | | |
536 | 543 | | |
| |||
0 commit comments