Skip to content

Display outliers on boxplots #963

Open
@VoronDM

Description

@VoronDM

By default, ggbetweenstats and ggwithinstats display points, boxplots, and violins. However, the output of outliers is disabled for boxplots (to exclude dubling points), since these points are visible on the point graph. It is possible to disable the display of points and violins and leave only the boxplots. However, such a boxplots does not display outliers and there is no way to enable it. Is it possible to make changes to the scripts so that when the output of points and violins is disabled, outliers are displayed on the boxplot? Or remove outlier.shape = NA from the script (exec(geom_boxplot, !!!boxplot.args, outlier.shape = NA)) and let the user choose?

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