Configurator.update

Configurator.update(*args, **kwargs)[source]

Update several settings at once.

Parameters
  • *args (str or dict-like, optional) – A dictionary containing rc keys and values. You can also pass a “category” name as the first argument, in which case all settings are prepended with 'category.'. For example, rc.update('axes', labelsize=20, titlesize=20) changes the rc['axes.labelsize'] and rc['axes.titlesize'] settings.

  • **kwargs, optionalrc keys and values passed as keyword arguments. If the name has dots, simply omit them.