Closed mathause closed 1 year ago
This replaces mentions of tight layout with constrained layout. It also uses plt.subplots(layout="constrained") which seems to be the preferred way (https://matplotlib.org/stable/tutorials/intermediate/constrainedlayout_guide.html)
plt.subplots(layout="constrained")
I feel like we should do an entire exercise on constrained layout but I don't have time for this right now.
Check out this pull request on
See visual diffs & provide feedback on Jupyter Notebooks.
Powered by ReviewNB
This replaces mentions of tight layout with constrained layout. It also uses
plt.subplots(layout="constrained")
which seems to be the preferred way (https://matplotlib.org/stable/tutorials/intermediate/constrainedlayout_guide.html)I feel like we should do an entire exercise on constrained layout but I don't have time for this right now.