JuliaStats / StatsKit.jl

Convenience meta-package to load essential packages for statistics
Other
139 stars 16 forks source link

Export StatsPlots.jl #18

Open dpsanders opened 5 years ago

dpsanders commented 5 years ago

It feels like this package should also re-export StatsPlots.jl.

nalimilan commented 5 years ago

That's going to make the load time even worse, but... :-) Could you make a PR?

ararslan commented 5 years ago

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.

oxinabox commented 5 years ago

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.