Ggthemeassist

A RStudio addin for ggplot2 theme tweaking
Alternatives To Ggthemeassist
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Ggthemes1,2232561286 months ago24January 20, 202116R
Additional themes, scales, and geoms for ggplot2
Hrbrthemes94127112 years ago4January 21, 201922otherR
:lock_with_ink_pen: Opinionated, typographic-centric ggplot2 themes and theme components
Cowplot6312551819 months ago18December 30, 202027R
cowplot: Streamlined Plot Theme and Plot Annotations for ggplot2
Ggthemeassist330
24 years ago3August 13, 201613R
A RStudio addin for ggplot2 theme tweaking
Ggpomological305
2 years ago9cc0-1.0R
🍑 Pomological plot theme for ggplot2
Ggtech244
4 years ago2R
ggplot2 tech themes, scales, and geoms
Thematic232
a month ago1January 16, 202124otherR
Theme ggplot2, lattice, and base graphics based on a few simple settings.
Ggedit22313 years ago4June 02, 2020otherHTML
Interactively edit ggplot layer aesthetics and theme definitions
Vaporwave184
4 years ago1otherR
📼👾🕹Vaporwave themes and color palettes for ggplot2💾👨‍🎤📺
Themepark162
4 days ago5mitR
Fun ggplot themes for popular culture
Alternatives To Ggthemeassist
Select To Compare


Alternative Project Comparisons
Readme

ggThemeAssist

Build Status CRAN Downloads saythanks

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.

Installation

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.

Install from Github

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")

Install from CRAN

The stable version of ggThemeAssist, v0.1.4, is available on CRAN:

install.packages("ggThemeAssist")

Usage

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.

Click to enlarge

Screenshot

Popular Theme Projects
Popular Ggplot2 Projects
Popular User Interface Categories

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
R
Theme
Plot
Rstudio
Ggplot2