This commit is contained in:
François Boulogne 2025-06-20 09:23:40 +02:00
parent 9e77fc8f03
commit c8868c3e63
15 changed files with 63 additions and 817 deletions

View file

@ -33,6 +33,7 @@ def is_latex_installed():
import shutil
return shutil.which("latex") is not None or shutil.which("pdflatex") is not None
def setup_matplotlib():
"""
Configure matplotlib with LaTeX text rendering and custom font sizes.