JuliaPlots / StatsPlots.jl

Statistical plotting recipes for Plots.jl
Other
436 stars 88 forks source link

Feature request: support for percentograms #543

Closed agucova closed 11 months ago

agucova commented 11 months ago

I have a weird feature request, support for percentograms.

image

These are essentially histograms where each bin is set to represent a fixed percentage of the distribution. There are currently several implementations of percentograms in R and one for JavaScript, but official support by any plotting library yet seems lacking. Julia might have an opportunity to be first here ;)

agucova commented 11 months ago

I feel kind of dumb, I'm just realizing this is practically just an equal-area histogram!