Themes and styling

Restyle every non-data element of a plot.

Themes style everything that is not data: panel, grid, text, legend chrome, and layer defaults. Start from a preset, override individual elements with theme, and install a project-wide default with theme-set. The theming guide walks through the element model behind these examples. Every example ships its full source: click View source to copy it.

Back to top