ggthemes icon indicating copy to clipboard operation
ggthemes copied to clipboard

Additional themes, scales, and geoms for ggplot2

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

https://jrnold.github.io/ggthemes/

Instead of calling `continuous_scale`, `scale_*_gradient_{theme}` should call the appropriate `ggplot2::scale_*_gradient` function. for example, `ggplot::scale_fill_gradient2()` includes the midpoint argument (and default), which it passes to `continuous_scale()`'s `rescaler`.. ```r > scale_fill_gradient2 function...

![Screen Shot 2021-01-28 at 14 34 16](https://user-images.githubusercontent.com/891692/106145541-f8501d80-6175-11eb-95be-747547631c0e.png)

I'm not sure if this only is a problem on my end: I have extrafont installed, and I have all my fonts imported into R. I'm using the latest version,...

Hi! 👋🏼 I can't reproduce the example put to use theme_economist. `dsamp

This is a documentation 'fix' (I hope you agree it's an improvement) that highlights the point made in #118, i.e. that one can obtain a traditional boxplot with whiskers going...

Hi. Thank you very much for your package. I am using the gdocs palette (which has 20 colors) to make a graph of 19 lines, like this " + scale_colour_gdocs()...