Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b38a7ac commit 0b52d12Copy full SHA for 0b52d12
‎proplot/config.py
@@ -791,7 +791,7 @@ def __enter__(self):
791
rc_old = context.rc_old # used to re-apply settings without copying whole dict
792
for key, value in kwargs.items():
793
try: # TODO: consider moving setting validation to .context()
794
- kw_proplot, kw_matplotlib = self._get_item(key, value)
+ kw_proplot, kw_matplotlib = self._get_item_dicts(key, value)
795
except ValueError as error:
796
self.__exit__()
797
raise error
0 commit comments