This theme is superseded by [tntp_style()]. Ggplot2 theme customized for TNTP aesthetics
theme_tntp(
show_legend_title = TRUE,
base_size = 12,
base_family = "Segoe UI",
grid_color = "grey93",
title_align = "center",
title_color = "black",
title_size = 12,
subtitle_align = "center",
subtitle_color = "black",
subtitle_size = 12,
caption_align = "right",
caption_color = "black",
caption_size = 12
)
a ggplot theme object.
logical. Should the legend title be shown? Leave as TRUE
if you want to change the legend title with a subsequent line + labs(...)
.
base font size
base font family
color for major gridlines
alignment of main title, defaults to "center"; also accepts "left" or "right"
color of title text
size of title text
alignment of sub-title, defaults to "center"; also accepts "left" or "right"
color of subtitle text
size of subtitle text
alignment of caption, defaults to "right"; also accepts "left" or "center"
color of caption text
size of caption text