Kamil Slowikowski

Results 225 comments of Kamil Slowikowski

Thanks for sharing the reproducible example! Here's what I see with ggrepel 0.9.4: ```r library(devtools) install_version("ggrepel", version = "0.9.4", repos = "http://cran.us.r-project.org") library(ggrepel) dt [1] ‘0.9.4’ ``` ### Why did...

OK, I think I have a new version that makes `geom_{text,label}_repel()` more similar to `geom_{text,label}()` in the way these functions deal with data points at `Inf`. ``` r library(ggrepel) #>...

@xiangshuicaigen Could I please ask if you could install the latest github version and let me know if it works as you would expect? ```r # install version 0.9.5.9999 devtools::install_github("slowkow/ggrepel")...

Some of the examples failed to build after these changes, so I had to do some fiddling with `NA` and converting to units. After I fixed that, the forces seem...

The variable point size example is perfect! it's incredibly satisfying to see the segment lengths perfectly calculated. 💯 But there are a few examples where my arbitrary choice of force...

If you want to give the scaling a shot, I'd appreciate it! 😃 Otherwise, I will try to come back to this sometime in the future and see if I...

Hi @ripkrizbi Thanks for the pull request, and I apologize for the long delay before my reply. I tried to modify your changes, and you can see my changes here...

Great to hear from you, Pedro! It's always a joy to learn from you. Your ideas about aesthetics are very interesting. I have similar reservations about adding more and more...

Thanks for bringing this to my attention! If this is a priority for your group, please know that pull requests are welcome. It is always a pleasure to review contributions...

This issue from the python package `nglview` looks related to mine. Is there a similar way we can rotate the view in R? https://github.com/nglviewer/nglview/issues/900