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 the local_files file. Default is True.

  • user (bool, optional) – Whether to load settings from the user_file file. Default is True.

  • default (bool, optional) – Whether to reload built-in default ProPlot settings. Default is True.