Table of Contents

Ggplot - Theme

About

The theming system enables a user to control non-data elements of a ggplot object.

Element that influence the rendering of the graphic but are independent of the data being plotted.

The default theme for ggplot2 graphics is theme_grey(), but you can override it with another (complete) theme function.

It support inheritance of theme element properties

Documentation / Reference