Configurator.reset

Configurator.reset(local=True, user=True, default=True, **kwargs)[source]

Reset the configurator to its initial state.

Parameters
  • local (bool, default: True) – Whether to load settings from the local_files file.

  • user (bool, default: True) – Whether to load settings from the user_file file.

  • default (bool, default: True) – Whether to reload built-in default proplot settings.