The tutorials all assume that the user is running Jupyter with the many fig.show() calls. There should be a warning in the beginning of each tutorial stating that this works on notebooks and giving options for the terminal prompt (fig.show(external=True)) and in scripts fig.savefig('figname.pdf', show=True).
The tutorials all assume that the user is running Jupyter with the many
fig.show()calls. There should be a warning in the beginning of each tutorial stating that this works on notebooks and giving options for the terminal prompt (fig.show(external=True)) and in scriptsfig.savefig('figname.pdf', show=True).