Minimal themes for sankey, alluvial and sankey bump plots
Usage
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
)