Minimal themes for sankey, alluvial and sankey bump plots
theme_sankey(
base_size = 11,
base_family = "",
base_line_size = base_size/22,
base_rect_size = base_size/22
)theme_alluvial(
base_size = 11,
base_family = "",
base_line_size = base_size/22,
base_rect_size = base_size/22
)
theme_sankey_bump(
base_size = 11,
base_family = "",
base_line_size = base_size/22,
base_rect_size = base_size/22
)
Base font size, given in pts.
Base font family.
Base size for line elements.
Base size for rect elements.