Configurator.reset¶
- Configurator.reset(local=True, user=True, default=True, **kwargs)[source]¶
Reset the configurator to its initial state.
- Parameters
local (
bool, optional) – Whether to load settings from thelocal_filesfile. Default isTrue.user (
bool, optional) – Whether to load settings from theuser_filefile. Default isTrue.default (
bool, optional) – Whether to reload built-in default proplot settings. Default isTrue.