You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.