JuliaPlots / StatsPlots.jl

Statistical plotting recipes for Plots.jl
Other
440 stars 90 forks source link

Improvements to ecdfplot #453

Open sethaxen opened 3 years ago

sethaxen commented 3 years ago

This PR makes several improvements to ecdfplot:

sethaxen commented 3 years ago

I'd also like to add the ability to provide the evaluation points as x, so one could do ecdfplot(0:0.1:1, rand(100)).

sethaxen commented 3 years ago

Before this is merged, I'd like to add the ability to specify the evaluation points.