rc_configurator.update¶
-
rc_configurator.update(*args, **kwargs)[source]¶ Bulk updates settings, usage is similar to python
dictobjects.- Parameters
*args (str, dict, or (str, dict)) – Positional arguments can be a dictionary of
rcsettings and/or a “category” string name. If a category name is passed, all settings in the dictionary (if it was passed) and all keyword arg names (if they were passed) are prepended with the stringcat + '.'. For example,rc.update('axes', labelsize=20, titlesize=20)changes theaxes.labelsizeandaxes.titlesizeproperties.**kwargs –
rcsettings passed as keyword args.