Skip to content

draw_quantiles param deprecated from geom_violin() with no replacement? #6641

@marcuslehr

Description

@marcuslehr

Hi, I just updated ggplot, reran some code, and was greeted with a warning that the draw_quantiles parameter has been deprecated from geom_violin(). However, I'm a bit confused as the new parameters only specify the linetype and color. I'm happy to have new parameters controlling the quantiles, but this does not replace the ability to specify which quantiles should be drawn. Why regress the functionality? Doesn't make any sense to me. Looks like the .25, .5, and .75 quantiles are drawn.. which is a great default but you're really going to get rid of any control over this? What If I want to see .1 and .9? Or .05 and .95? Or just .5? I'd really appreciate if you didn't retire the draw_quantiles param. How about just updating it to default to c(.25,.5,.75)? Please thanks.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions