Commit e98828a
committed
Replace calls to fig.show() with plt.show()
Some examples call `fig.show()` with the expectation that a matpltolib
figure will be displayed on-screen. However, since `fig.show` does not
manage the backed GUI mainloop this will seemingly fail. In most cases,
it will be more convenient for end-users to rely on `plt.show` to
display figures.1 parent 05fbbb9 commit e98828a
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
289 | 289 | | |
290 | 290 | | |
291 | 291 | | |
292 | | - | |
| 292 | + | |
293 | 293 | | |
294 | 294 | | |
295 | 295 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
| 94 | + | |
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| |||
0 commit comments