otter.plotting.style_rcparams
- otter.plotting.style_rcparams(profile: str = 'docs', palette: str = 'nature', figsize: str | Sequence[float] | None = None) dict[str, Any][source]
Return Otter’s Matplotlib
rcParamswithout applying them.- Parameters:
profile –
"thesis"for publication-quality gallery/slide figures,"docs"for compact screen figures, or"paper"for journal figures.palette – One of the keys in
PALETTES.figsize – A key in
FIGURE_SIZES, a(width, height)pair in inches, orNoneto leave the current default figure size unchanged.