Hiroaki Yutani

Results 90 issues of Hiroaki Yutani

unless you want to support R

``` r library(gghighlight) library(patchwork) d

bug

(originally reported here: http://disq.us/p/29t184a) ``` r library(gghighlight) #> Loading required package: ggplot2 d1

bug

``` r library(gghighlight) #> Loading required package: ggplot2 library(tibble) d

bug

Originally reported at: https://community.rstudio.com/t/gghighlight-label-key-producing-error/56052 ``` r library(tidyverse) library(gghighlight) set.seed(47) df

c.f. https://github.com/tidyverse/ggplot2/pull/2875#issuecomment-417835205

refactor

e.g. `xlim` arg of `geom_label_repel()` and `expand` the x scale.

enhancement

It might be useful to provide an option not to bleach the color completely. Should I provide `bleacher` functions?

enhancement