Zhanibek
Zhanibek
I get why people might object with needing to import GR explicitly, but you know adding such import help long term in that people would realize that there are more...
It should go to.v2 thanks
Your could try to achieve this with annotations perhaps
i think this is fine, as i believe tables Api is lightweight. I agree that dataframes are quite common
I usually find the need in ecdf, but never understood if it is a really complex recipe to be included in Plots
```julia julia> p = plot(rand(10), safe_saving=true); julia> savefig(p, "this.png") "/Users/z/Projects/Plots.jl/this.png" julia> savefig(p, "this.png") ┌ Warning: Filename /Users/z/Projects/Plots.jl/this.png already exists, defaulting to prevent overriding. To disable this behavior, provide `:safe_saving=false` kwarg,...
I'll fix the tests, once we agree if it goes into 2.0 or not. I was also thinking instead of making this a property of a plot, maybe just make...
I can't understand how scopedvalues can help here. Can you give an example please?
I see, I meant about script usage. Probably some people have their research pipelines such that there is some saving done inside. Like having users modify so much code to...
So you still think ScopedValue is the right solution here?