ggthemes icon indicating copy to clipboard operation
ggthemes copied to clipboard

Additional themes, scales, and geoms for ggplot2

Results 19 ggthemes issues
Sort by recently updated
recently updated
newest added

Are these themes working with scatter3d (plot_ly)? They only seem to work with ggplot2. Thanks!

#116 updated the README to add figures which is a big improvement! However, these are static. It would be better if the `README.md` was generated from an `README.Rmd` file which...

Images at the package home page, https://jrnold.github.io/ggthemes/, are broken

More robustly handle shape palettes with unicode symbols. Right now the way it passes CRAN is to not run the examples with problematic palettes. The palettes will still raise a...

Addition of remaining colors from ggthemes_data$economist$fg to fix error: Warning in check_pal_n(n, max_n) : This palette can handle a maximum of 9 values.You have supplied 10. Noticed that light green...

The theme_excel_new function started throwing an error for me this morning. The error I'm seeing is shown below. Thank you! p

Hi all, We're having difficulties installing the ggthemes package using `install.packages()`. Recently our RHEL server was upgraded to R 4.2.1. When installing ggthemes, it crashes with the following error: ```...

The help file for `geom_rangeframe` indicates that if `na.rm = FALSE` then NAs will be removed with a warning, and if `na.rm = TRUE` then NAs will be removed silently....

### This was originally a bug report issue but I was able to edit the source code and fix it myself, but I couldnt submit a pull request so I...