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

Thanks for `ggalt`. The line width (size) cannot be set in geom_xspline. It can be set in stat_xspline. ### With stat_xspline(size=3) ``` r library(ggplot2) library(gridExtra) library(ggalt) #> Registered S3 methods...

Looks like the direct reference to `state.name` (and `state.abb`) is generating an error when byte compiling during installation: ``` > install.packages("ggalt") Installing package into ‘/home/user/R/x86_64-pc-linux-gnu-library/4.3’ (as ‘lib’ is unspecified) trying...

I've noticed that if a dataset has a group with less than 3 rows, geom_encircle() goes wild and very wide. I'd like it to behave differently, or for there to...

Hi @hrbrmstr liking geom_dumbbell but have a case where I would like to have different shapes for the end point based upon a group looking something similar to ![](https://sphweb.bumc.bu.edu/otlt/mph-modules/ep/ep713_diseasefrequency/IR%20Example.png) df

geom_dumbbell seems not to be upgraded to ggplot2 3.4.0 yet. When I use geom_dumbbell with the size parameter to set the linewidth, the resulting diagram is rendered correctly, but I...

Perhaps not a big deal, but FYI: ``` ---> Testing R-ggalt Executing: cd "/opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_R_R-ggalt/R-ggalt/work/ggalt-0.4.0" && /opt/local/bin/R CMD check ./ggalt_0.4.0.tar.gz --no-manual --no-build-vignettes * using log directory ‘/opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_R_R-ggalt/R-ggalt/work/ggalt-0.4.0/ggalt.Rcheck’ * using R version...

The following code should produce (nearly¹) overlapping histograms: ```r faithful |> ggplot2::ggplot(ggplot2::aes(x = eruptions)) + ggplot2::stat_bin( closed = "right", breaks = breaks, mapping = ggplot2::aes(y = ggplot2::after_stat(density)), fill = NA,...

Is this tool available for commercial use? is so, I would suggest an MIT license