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

Hello, I would like to ask you about how I could I manually change the color of the circles I get with geom_encircle. The colors I get in the circles...

After installing ggalt from CRAN a few days back into R4.1.3, I am getting the following message immediately after opening RStudio consistently every time. **Registered S3 methods overwritten by 'ggalt':...

When trying to run the horizon chart example on https://github.com/hrbrmstr/ggalt, I get the following error: `Error in geom_horizon(bandwidth = 0.1) : could not find function "geom_horizon"` My R version number...

I'm getting `Error: Not implemented` when trying to use `coord_proj()`. Running an example from the documentation: ``` r library(ggplot2) library(ggalt) world

I can't reproduce the output shown in `{ggalt}` [vignette](https://cran.r-project.org/web/packages/ggalt/vignettes/ggalt_examples.html). # Expected: # Observed: ``` r library(ggplot2) library(ggalt) m

``` install.packages("ggalt") 2016-09-05 09:00:49 (473 KB/s) - ‘/tmp/RtmpFo6quQ/downloaded_packages/ggalt_0.1.1.tar.gz’ saved [690266/690266] * installing *source* package ‘ggalt’ ... ** package ‘ggalt’ successfully unpacked and MD5 sums checked ** R ** preparing package...

Is there a way to change baseline / the starting point in `geom_lollipop`? Naturally it is OK to assume it's `0`, but assumption is not reasonable in case of log-scale...

I'm using geom_dumbbell (really cool btw), to plot 3 values on the x-axis to compare the distances between them. Because it only takes x and x_end args i'm using geom_dumbbell...

Trying to use geom_dumbbell() on plot with log transformed x and y axes. Throws error: ``` Error in [.data.frame(df, , c("alpha", "colour", "size", "linetype")) : undefined columns selected ``` Here...