News

For everything from styling text and customizing color palettes to creating your own geoms, these ggplot2 add-ons deserve a place in your R data visualization toolkit. Plus, a bonus list of ...
To address this, some of our researchers started developing custom versions of Pew-style graphics using ggplot2, a complex yet highly customizable data visualization tool in the tidyverse suite for R.
One such package is the graphics package, ggplot2. This package is known for producing elegant, aesthetic, and complex graphics with ease compared to customizing simple R plotting commands. This short ...
The ggplot2 package is powerful and almost endlessly customizable, but sometimes small tweaks can be a challenge. The ggtext package aims to simplify styling text on your visualizations. In this ...
Popular libraries such as ggplot2 and Vega-Lite use the ‘grammar of graphics’ to define their visualizations. But these tools can be used for any type of graphic, whereas Gosling is ...
The “gg” stands for “grammar of graphics”: visualisations can be changed or augmented with additional simple blocks of code, much like building with Lego.