Stefan Moog
Stefan Moog
This PR adds a `modeBarButtonsToKeep `argument to the configuration options and closes #1740 .
This PR adds support for `ggalt::geom_dumbbell` and closes #1454 . - The implementation follows `ggalt::GeomDumbbell`. - Tooltips only show up if hovering over the points and differ for the left...
`geom_beeswarm` breaks when setting the `limits` for a (continuous) positional scale via a function: My use case is to extend the limits of the y-axis via ` scales::breaks_extended` ``` r...
**Describe the bug** `openxlsx_setOp` fails to set a style for `headerStyle`. **To Reproduce** When answering [this question](https://stackoverflow.com/questions/73406826/openxlsx-openxlsx-setopheaderstyle/73406961#73406961) on SO I stumbled over a possible bug in `openxlsx_setOp`: ``` r library(openxlsx)...
Hi Benedict, thanks for `DatawRappr` which gave me a quick start to play around with the Datawrapper API in R. I stumbled over an issue with `dw_list_charts`: ``` r DatawRappr::dw_list_charts()...
Hi Yan, thanks for your great work and the R graph gallery. Always my place to start when trying to implement a new chart type. I stumbled over a small...
When answering [this](https://stackoverflow.com/questions/77967083/geom-contour-breaks-greater-than-a-value-instead-of-a-fixed-value/77968185#77968185) question on SO I stumbled over an issue when passing a function to the `breaks=` argument of `geom_contour`, i.e. passing a function to `breaks=` has no effect...
I was today years old when I learned that binned scales use `oob = squish` as default https://github.com/tidyverse/ggplot2/blob/a4be39dee07010c67c31ace059b1f0a24129fc65/R/scale-.R#L269 though the documentation suggests that it is `oob = censor` https://github.com/tidyverse/ggplot2/blob/a4be39dee07010c67c31ace059b1f0a24129fc65/man/binned_scale.Rd#L94-L95 The...
The PR extends mschart by adding support to set the chart and plot area background fill and border. The goal is to give users more options to create charts according...
This PR proposes a fix to account for `multi_line=FALSE` in facet labeller functions, thereby closing #2341 . With the proposed fix, the reprex from #2341 renders correctly without the undesired,...