-
Notifications
You must be signed in to change notification settings - Fork 102
Validate assignments to rcParams-like dictionaries #69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This change is ready to be added after the #91 merge It probably does need to be included in v1 because otherwise incorrect entries in |
This should also pass assignments to |
This is finally done 🎉 . All assignments are validated using an |
Uh oh!
There was an error while loading. Please reload this page.
The
rcParamsShort
andrcParamsCustom
dictionaries 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 theRcParams
class. It's a minor issue, maybe post-v1.The text was updated successfully, but these errors were encountered: