You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wanted feature Automatically update the suggested filename to save a figure to if a file with the default filename already exists.
Situation now The default interface always suggests figure_1.png filename even when it exists. This means that, each time I want to save a figure, I have to check how many figures I have and update the filename to figure_<number_of_figures+1>.png.
It would be great if It was possible to specify the filename pattern in matplotlibrc file.