upd
This commit is contained in:
parent
9e77fc8f03
commit
c8868c3e63
15 changed files with 63 additions and 817 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue