I have a function which has _=plt.plot(dataframe)
in it to plot a figure. This function will be called a few times in a loop later and output multiple figure objects.
I wonder how to save the figure objects without knowing their names, as I did not return them. I can see that all figures are printed in my notebook, stacked one by one.