Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Ggthemes | 1,223 | 256 | 128 | 6 months ago | 24 | January 20, 2021 | 16 | R | ||
Additional themes, scales, and geoms for ggplot2 | ||||||||||
Hrbrthemes | 941 | 27 | 11 | 2 years ago | 4 | January 21, 2019 | 22 | other | R | |
:lock_with_ink_pen: Opinionated, typographic-centric ggplot2 themes and theme components | ||||||||||
Cowplot | 631 | 255 | 181 | 9 months ago | 18 | December 30, 2020 | 27 | R | ||
cowplot: Streamlined Plot Theme and Plot Annotations for ggplot2 | ||||||||||
Ggthemeassist | 330 | 2 | 4 years ago | 3 | August 13, 2016 | 13 | R | |||
A RStudio addin for ggplot2 theme tweaking | ||||||||||
Ggpomological | 305 | 2 years ago | 9 | cc0-1.0 | R | |||||
🍑 Pomological plot theme for ggplot2 | ||||||||||
Ggtech | 244 | 4 years ago | 2 | R | ||||||
ggplot2 tech themes, scales, and geoms | ||||||||||
Thematic | 232 | a month ago | 1 | January 16, 2021 | 24 | other | R | |||
Theme ggplot2, lattice, and base graphics based on a few simple settings. | ||||||||||
Ggedit | 223 | 1 | 3 years ago | 4 | June 02, 2020 | other | HTML | |||
Interactively edit ggplot layer aesthetics and theme definitions | ||||||||||
Vaporwave | 184 | 4 years ago | 1 | other | R | |||||
📼👾🕹Vaporwave themes and color palettes for ggplot2💾👨🎤📺 | ||||||||||
Themepark | 162 | 4 days ago | 5 | mit | R | |||||
Fun ggplot themes for popular culture |
ggThemeAssist is a RStudio-Addin that uses the rstudioapi
package and provides a GUI for editing ggplot2
themes.
For a full list of features see NEWS
.
Please be aware that you need the most recent (stable) release of RStudio (v0.99.878 or later). Additionally, ggThemeAssist depends on shiny
and miniUI
.
You can install the latest version of ggThemeAssist from Github using the devtools
package:
if (!requireNamespace("devtools", quietly = TRUE))
install.packages("devtools")
devtools::install_github("calligross/ggthemeassist")
The stable version of ggThemeAssist, v0.1.4, is available on CRAN:
install.packages("ggThemeAssist")
After installing, ggThemeAssist is available in the Addins menu within RStudio.
To edit ggplot2
themes, just highlight a ggplot2
object in your current script and run the Addin from the Addins menu. ggplot2 will analyze your current plot, update its defaults to your current specification and give you a preview. Use the input widgets to get your ideas into shape. After terminating ggThemeAssist a character string containing your desired changes in standard ggplot2
notation is inserted in your script. Re-running your script now produces the plot you just configured using ggThemeAssist.