- 30 Sep, 2019 2 commits
-
-
Yori authored
- set AUTO_CONTEXTUALIZE to False in config.json - call myplotlib.mpl_contextualize(context) This can be useful while designing remote figures preventing always to reload mpl module after modifying config file.
-
Yori authored
from json file. ``config.json``. json format was choosen because it is part of default python distribution and does not require extra dependancy. Alternative could YAML but requires PyYAML.
-