jesterTOV.inference.postprocessing.postprocessing.setup_matplotlib

jesterTOV.inference.postprocessing.postprocessing.setup_matplotlib#

setup_matplotlib(use_tex=True)[source]#

Configure matplotlib with TeX rendering and sensible defaults.

Parameters:

use_tex (bool, optional) – Whether to attempt LaTeX rendering, by default True.

Return type:

bool

Returns:

boolTrue if TeX is successfully enabled, False otherwise.