Hiroaki Yutani

Results 319 comments of Hiroaki Yutani

Yes, I'll make a PR after #4921 gets merged.

Thanks. Could you avoid using the Windows line ending? If you are using RStudio, you can set it here (you might also need to review your Git settings as Git...

> Do you think the whole `setup_data` field for `geom_col()` and `geom_bar()` should have its own named function (e.g. `setup_col_data()`) to avoid code duplication btw? I can't remember the reason...

Curious. Slightly simpler reprex (I think we don't need the actual world map to minimally reproduce the problem). I think the root cause is that the raster is technically wrong;...

Thanks. Do you think it's possible to set `xlim` and `ylim` automatically on `coord_sf()`? If possible, I think it would save us. ``` r library(sf) #> Linking to GEOS 3.9.1,...

I see, this makes sense to me. I agree the best option is to explain in the dos.

Thanks, I agree the error message is confusing and probably we can add some check like this: https://github.com/tidyverse/ggplot2/pull/3519 But, > it should lead the user to the `geom_density2d`. should it?...

During attempting to fix this in #4914, I found I don't understand the semantics of dotplot. Shouldn't the example above work even when both `x` and `y` is specified? I...