pyimcom.diagnostics.context_figure
Context manager for writing report figures.
Classes
This is a context manager for report figures in PyIMCOM. |
Module Contents
- class ReportFigContext(mpl, plt)[source]
This is a context manager for report figures in PyIMCOM.
- Parameters:
mpl (class) – The matplotlib module.
plt (class) – The pyplot submodule.
- env_backend
The matplotlib backend in the environment.
- Type:
str
- usetex
Enviroment self.usetex setting.
- Type:
bool or None