StatsKit.jl
StatsKit.jl copied to clipboard
Export StatsPlots.jl
It feels like this package should also re-export StatsPlots.jl.
That's going to make the load time even worse, but... :-) Could you make a PR?
I don't think we should endorse a particular plotting ecosystem here; including StatPlots is effectively saying, "Plots is how you plot data!" when in fact many people (myself included) greatly prefer alternatives such as Gadfly or Winston.
I think we should revisit this discussion. StatsPlots isn't that huge, and it can substantially improve quality of life. For Plots.jl users who I think are the majority.
Further, there is no equivalent for Winston, or VegaLite, Gladly does some but not most intrinistivally. and Makie recipies will likely end up in StatsPlots anyway.
If we really wanted we could wrap it in a Requires. So it doesn't get loaded until Plots.jl is loaded, but then Plots.jl will just work better . Though that feels a bit magic.