ggpol
ggpol copied to clipboard
🌍 Parliament diagrams and more for ggplot2
facet_share.R has a bug which produces the error when dir="v" option is used. Error in unit(c(axes$x$bottom[[1]]$children$axis$heights[[tick_idx]], : 'list' object cannot be coerced to type 'double' The heights parameter needs to...
Hello, I decided to try out your pkg and made a rainbow colored ggpol. when I save this image or use RStudio clipboard it shows white bg edges so i...
I would like to have a common limit for both facets when using `facet_share()`. In the example below the largest value on the left is 10 whereas it is 5...
I'd like to remove outliers from a box jitter plot. I tried outlier.color =NA, outlier.alpla=0, and outlier.fill=NA but none of these alone or in comb did not work. Is there...
Hi Developers. Is there any chance to support box with dots as full box plot, instead of just half box. An example of style as below, a plot from poltly....
Dear Frederik, thank you very much for your nice package. I am opening this issue because the example of facet_share from https://erocoar.github.io/ggpol/ is not working anymore. Specifically, I am getting...
`ggpol` was archived on CRAN on 2025-12-04. Are there any plans to resubmit it?
Hello, I've came back to code that was a few months old and I cannot regenerate my plot with `geom_boxjitter`, here's the error I get: ``` Error in `geom_boxjitter()`: !...
Hi there, We've been preparing a new major release for ggplot2 and found an issue during a reverse dependency check. In the lines indicated below, you're valuating default aesthetics: https://github.com/erocoar/ggpol/blob/0844060372e53e1a8a3cb9478c3c587349e26c19/R/geom_confmat.R#L130-L131...