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
ggplot2 supports modifying the aesthetics of quantile lines in geom_violin() with quantile.colour, quantile.color, quantile.linewidth, and quantile.linetype. It would be nice if plotnine supported the same customizations.
ggplot2 supports modifying the aesthetics of quantile lines in
geom_violin()withquantile.colour,quantile.color,quantile.linewidth, andquantile.linetype. It would be nice if plotnine supported the same customizations.