Open
Description
Problem
When combining quantile dotplots and density plots, there isn't a way to automatically make the dotplot scale match that of a density plot.
A workaround could be to compute a density estimate and set scale = 1 and height to the maximum density value of the KDE.
But this approach has issues, when the sample is not as smoothly distributed:
Question / solution
Would it be possible to make the area covered by the quantile dot plot sum to one?
Perhaps by thinking of the dots as squares and using quantiles
x binwidth
× dot_height = 1 as the target for the dot arrangement?
Metadata
Metadata
Assignees
Labels
No labels