plotnine icon indicating copy to clipboard operation
plotnine copied to clipboard

geom density line

Open wangjiawen2013 opened this issue 3 years ago • 1 comments
trafficstars

Hi, The original geom_density of both R ggplot2 and plotnine looks weired, becaue it's a polygon. geom_density_line looks well, the only difference is that the geom draws a ridgeline (line with filled area underneath) rather than a polygon. https://wilkelab.org/ggridges/reference/geom_density_line.html will plotnine support geom_density_line ?

wangjiawen2013 avatar Jul 13 '22 09:07 wangjiawen2013

Now R ggplot2 can set the outline type ! https://ggplot2.tidyverse.org/reference/geom_density.html

wangjiawen2013 avatar Jul 22 '22 02:07 wangjiawen2013