Frederik Tiedemann
Frederik Tiedemann
Hi, thanks for your feedback. I think that's a great idea. Unfortunately for ggpol 0.0.6 I temporarily removed `facet_share`, because it is incompatible with upcoming changes both in `grid` and...
Hi, sorry for my late reply. I hope this is still useful somehow :) It might be easiest for you to use the `gghalves` package and plot a half boxplot...
Hi, thanks for pointing out this issue. Could you share some data to reproduce the problem? For me, setting `outlier.color = NA` seems to work, but it might also depend...
Thanks, looks awesome! I'll try to figure out why ggdark is not working as intended 😄
Hi, thanks for your feedback. This looks intriguing - I will have a look at your code once it is online. It currently doesn't work with `gghalves` unless you read...
Hi, thanks for pointing this out! The nudge parameter wasn't added to both `xmaxv` and `xminv`. I've fixed this in b34a203 Running the same example now, I get: 
Hi, sorry for my late reply (and the issue you encounter). Have you been able to resolve it in the meantime? Are you able to install it from CRAN (vs...
Hi, that's a great suggestion 😄 I've added an optional `split` aesthetic to the half-violin plot, see example below: ```r ggplot() + geom_half_violin( data = ToothGrowth, aes(x = as.factor(dose), y...
@alesantuz Apologies for the long silence- it's difficult when life gets in the way. I promise to review this over the next few days 😊