Samer Mouksassi

Results 49 comments of Samer Mouksassi

in your plot, the position of the boxplots has changed from before and the distance between the boxplots depends on the n of groups not sure this will be a...

When I need this functionality I rely on: https://cran.r-project.org/web/packages/lemon/vignettes/facet-rep-labels.html It offers different ways to specify how axes are repeated

Agree having this in ggplot2 will make it more mainstream I use ggh4x a lot especially the facet_nested ! Thank you !

you can define a new column in your dataset not as an outside vector and use it. you can use color values and use scale_fill_identity() What is exactly your use...

Hi @hrbrmstr sorry for the very late reply was traveling and will be traveling again for most of August. do you think we also need a vertical version of the...

other things that I am trying to figure out how can we pass the size value after applying the endcap_adjust and how to make the legend work when the user...

yes that is a long term goal but for the moment there is no bandwidth will keep this open for visibility

Thanks At some point I was thinking about adding geom_sina and or geom_quasirandom / beeswarm plots . Will get back to you on this

Hi can you share a data that I can use as an example working on an update that will add violin and position beeswarm and position quasirandom while not exactly...

thanks a lot for these informative examples for now I added violin plot and additional positions examples are attached standard violin plot in ggplot can show quantiles based on ecdf...