Skip to content

Resolve "[Feature] switching context after importing"

Yori Fournier requested to merge 100-FEATURE-dyn-context into dev

FEATURE: myplotlib can be contextualized after importing.

  • 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.

Closes #100

Merge request reports