A helper ggplot2 theme that minimizes legend spacing and key size,
useful for compact plots or figure panels.
Usage
theme_small_legend(base_size = 8, ...)
Arguments
- base_size
Base text size to scale legend keys (default: 5).
- ...
Additional arguments passed to [ggplot2::theme()].
Value
A ggplot2 theme object.