-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
autosize() is simply magical! But I am struggling to get it working with plt.subplots in matplotlib.
My script goes like:
fig, axis = plt.subplots(figsize=(6,6), ncols=4, nrows=4)
for i in range(0, 4):
for j in range(0, 4):
# a class that makes plots in certain axis:
gec.PlotClsHDP(i, j, ax=axis[i,j], **kwargs)
autosize(fig)
plt.show()Metadata
Metadata
Assignees
Labels
No labels
