The ggplot2 theme applied to the circumplex canvas built by
ggcircumplex(). It is built on ggplot2::theme_minimal() so that the
amplitude rings, displacement spokes, and labels drawn by coord_circumplex()
are themed panel furniture that respond to further theming. Apply it to a
custom circumplex plot, and add + theme_*() or + theme() on top to
restyle the canvas.
See also
Other circumplex layers:
coord_circumplex(),
geom_ssm_arc(),
geom_ssm_path(),
geom_ssm_point(),
ggcircumplex(),
scale_x_circumplex()
Examples
# Restyle the canvas with a larger base font
ggcircumplex(octants()) + theme_circumplex(base_size = 16)
