Commit b34a7d9
authored
Change Figure.show()
Change fig.show() to plt.show()
Note that this will block; figure needs to be closed for rest of code to continue.
In regular usage, I presume Figure.save() to be more used.1 parent ee63eec commit b34a7d9
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
213 | 213 | | |
214 | 214 | | |
215 | 215 | | |
216 | | - | |
| 216 | + | |
217 | 217 | | |
218 | 218 | | |
219 | 219 | | |
| |||
0 commit comments