The rcParamsShort and rcParamsCustom dictionaries in rctools.py (used to power the rc_configurator) should have restricted keys and automatic entry validation, like rcParams. This can be done using the existing public matplotlib API and the RcParams class. It's a minor issue, maybe post-v1.
The
rcParamsShortandrcParamsCustomdictionaries inrctools.py(used to power therc_configurator) should have restricted keys and automatic entry validation, likercParams. This can be done using the existing public matplotlib API and theRcParamsclass. It's a minor issue, maybe post-v1.