Stéphane Guillou
Stéphane Guillou
Using `stat = "sum"` in `geom_bar()` displays a count legend labelled "n" with a grey square as a default. It is particularly out of place when the bars are filled,...
I'm not sure if this is related to issue #3729 at all, but here it is: when using the `size` aesthetic for a bar/col geometry, the corresponding legend does not...
Currently, `ggplot2::labeller()` silently labels the facets with "NA" if the user supplies unnamed character vectors. ``` r library(ggplot2) ggplot(ToothGrowth, aes(y = len)) + geom_boxplot() + facet_wrap(vars(supp), labeller = labeller(supp =...
A highlighted plotly "histogram" can have its bars partially highlighted (with best results achieved with the "overlay" `barmode`), but an equivalent ggplot2 object converted with `ggplotly()` can't. This reproducible example...
**Describe the bug** A fresh install of [ksnip 1.9.2](https://github.com/ksnip/ksnip/releases/tag/v1.9.2) from `.deb` on a fresh install of Ubuntu 20.04 wouldn't open the app. Running `ksnip` in the terminal revealed that it...
Excuse the numerous commits, I am doing this straight from GitHub (I thought it would be one typo, and I ended up spotting more things) Not built and tested locally...
Hi there Since not long ago, it seems the FMA script breaks the FMA page, at least on my system. The album picture does not show, there are no buttons...
Hi there I found this unmaintained import script (hasn't been updated since 2014): https://github.com/JensBee/userscripts/blob/master/internetarchive-import.user.js I tried it and can't see any effect on the Archive's pages. Could it have to...
Currently, using the default syntax highlighting, the native pipe is highlighted as separate `|` and `>`. The following: ``` r library(magrittr) 1.23 %>% round() #> [1] 1 1.23 |> round()...
**Is your feature request related to a problem? Please describe.** Searching for `Richards Building, The University of Queensland` does not return any result, even though [Richards Building](https://www.openstreetmap.org/way/24281043) is enclosed by...