LightForm-group / Diffraction-postprocessing

A repository for post-processing matflow-damask simulations using python functions to calculate and plot stress, strain, etc. in a easy-to-follow jupyter notebook.
MIT License
4 stars 0 forks source link

Example notebook: typo #6

Closed gcapes closed 1 year ago

gcapes commented 1 year ago

fig.suptitle('Stress-Strain')

I guess this should be fig.subtitle ...?

Perhaps re-running the whole notebook would be a good idea to catch any more of these?

gcapes commented 1 year ago

My bad - suptitle is a thing. I just hadn't come across it :)