Plots.jl
Plots.jl copied to clipboard
[FR] Safe figure saving
Perhaps savefig should be safe by default and error upon already existing file, and have a unsafe tag.
This has hurt me multiple with multiple libraries. In scientific context it is better not to override by default I think. This is breaking, but it should be better long term.
I'm skeptical about this. I believe this should be the other way around (if ever implemented), savefig with an optional safe=false keyword, defaulting to overwriting the files.
Maybe we can reopen this @t-bltg ? Unsafe saving has burned all of us at some point. Maybe we discuss this with the community>
I am with @isentropic on this one.