View source: R/ggmitji_themes.R
theme_ggvenn | R Documentation |
Custom theme for ggplot2 that allows to customize several things from a plot. It's specially designed for plots generated by ggvenn::ggvenn()
It uses ggplot2::theme()
theme_ggvenn(
title.hjust = 0.5,
title.face = "plain",
subtitle.face = "italic",
title.family = "sans",
subtitle.family = "sans",
caption.face = "plain",
caption.hjust = 1,
caption.family = "sans"
)
amitjavilaventura
ggplot2::theme()
ggvenn::ggvenn()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.