Skip to content

Scaling of quantile dotplots to a target area #178

Open
@TeemuSailynoja

Description

@TeemuSailynoja

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.

image

A workaround could be to compute a density estimate and set scale = 1 and height to the maximum density value of the KDE.
image

But this approach has issues, when the sample is not as smoothly distributed:
image

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions