RcConfigurator.reset

RcConfigurator.reset(local=True, user=True, default=True)[source]

Reset the configurator to its initial state.

Parameters
  • local (bool, optional) – Whether to reload .proplotrc settings in this directory and parent directories. Default is True.

  • user (bool, optional) – Whether to reload ~/.proplotrc user settings. Default is True.

  • default (bool, optional) – Whether to reload default proplot settings. Default is True.