mne_denoise.viz.get_theme_rc#
- mne_denoise.viz.get_theme_rc(rc: Mapping[str, object] | None = None) dict[str, object][source]#
Return the theme rcParams, optionally merged with overrides.
- Parameters:
- rcmapping | None
Optional matplotlib rcParams overrides. Only the provided keys are changed; all other theme defaults are preserved.
- Returns:
- rc_outdict
Copy of the theme rcParams with overrides applied.