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: bool – True if TeX is successfully enabled, False otherwise.