ggalt icon indicating copy to clipboard operation
ggalt copied to clipboard

:earth_americas: Extra Coordinate Systems, Geoms, Statistical Transformations & Scales for 'ggplot2'

Results 59 ggalt issues
Sort by recently updated
recently updated
newest added

There is a bug in the implementation of `geom_xspline` that produce a jittered line. Looks like the result is rendered similarly to a `geom_line` rather than a `geom_path`. ```{r} library(ggplot2)...

I'm trying to make a dumbbell chart with additional information about change (green/red) and significance of the change (vol) and add an additional legend for the dots at the end...

Is there a means or can there be a means of using coord_proj on a map that has been recentered (using maptools, nowrapRecenter)? I often need maps where paths cross...

I recently was trying `geom_xspline` from the `ggalt` to replace an existing `geom_line` in my ggplot object. When using `ggarrange` and `geom_xspline`, a blank screen was output and no other...

- [ ] arrow parameter (direction) - [ ] guides? shld the `point.colour.*` be mapped to guides vs be explicit non-aes params?

Gives `stat_bkde2d()` the same behavior as `stat_density2d()` -- normalizing the density to the max density per group when facetting. Similar to the `nlevel` computed stat. ### Before (density) ```r library(ggplot2)...

I just had a request for the algorithm used by `geom_encircle()`. This is what I sent; I ought to flesh this out slightly and add it to the docs. (1)...

Hello, I was wondering if a feature for `geom_dumbbell()` that would allow the user to select the **linetype** used to connect the ends of each point has been considered. Or...

I think that the function comma has been changed and now by default number get rounded to the nearest integer. The pull request adds the parameter to restore the original...

build site update travis to deploy ghpages on commit to master links will need to be updated to base repo name after merge