Closed alex-rakowski closed 1 year ago
I think is due to the import import matplotlib.gridspec as pltgs
. Perhaps nowadays it is not needed anymore to import that specific submodule, but if we do the change you suggest we should also remove import matplotlib.gridspec as pltgs
. Agree?
I made a mistake. I didn't notice the import when I was copying and working through the example.
I could edit the pltgs import and usage as I think it's not needed anymore, but it works so maybe simplest to just leave it unchanged.
changes:
gs = pltgs.GridSpec(1, 9)
togs = plt.GridSpec(1, 9)