I want the subplots to have separate titles and a figure title. It should be as simple as supplying subplot_titles=('Plot 1', 'Plot 2', 'Plot 3', 'Plot 4')
when creating the figure but that doesn’t seem to work. To test it I copied the code from 3D Surface Subplots Example and added the line mentioned above and in subplots example when creating subplots but it returns an error:
IndexError: list index out of range
So do the 3D plots not support subplot titles?
Is there a way to do hack using annotations? From my understanding they are for data points not plots.
Thanks!