rc

rc = rc({'abc': False,     'alpha': 1.0,     'autoformat': True,     'borders': False,     'cmap': 'fire',     'coast': False,     'color': 'black',     'cycle': 'colorblind',     'facecolor': 'white',     'grid': True,     'gridminor': False,     'inlinefmt': 'svg',     'innerborders': False,     'lakes': False,     'land': False,     'linewidth': 0.6,     'lut': 256,     'margin': 0.05,     'negcolor': 'blue7',     'ocean': False,     'poscolor': 'red7',     'reso': 'lo',     'rivers': False,     'style': None,     ... <rcParams> ...     })

Instance of RcConfigurator. This is used to change global settings. See the configuration guide for details.