I am using this function
It return one AxesSubplot:
I would like to save the plot that is ploted when show_plot=True
as a png without changing the function.
How should I proceed ?
Best regards !
I am using this function
It return one AxesSubplot:
I would like to save the plot that is ploted when show_plot=True
as a png without changing the function.
How should I proceed ?
Best regards !
To get the whole figure, you could try:
If you have a figure with multiple subplots and you want to only extract one (
ax
):