StatsKit.jl icon indicating copy to clipboard operation
StatsKit.jl copied to clipboard

Export StatsPlots.jl

Open dpsanders opened this issue 6 years ago • 3 comments

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

dpsanders avatar Mar 02 '19 22:03 dpsanders

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

nalimilan avatar Mar 06 '19 14:03 nalimilan

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.

ararslan avatar Mar 06 '19 18:03 ararslan

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.

oxinabox avatar Jul 27 '19 20:07 oxinabox