atompy.set_latex_backend#

atompy.set_latex_backend(font)[source]#

Enable a latex backend for rendering figures.

Must be called before figure creation.

Parameters:
font{"FiraSans", "Times", "ScholaX"}

Choose a font. "FiraSans" uses lualatex (which is very slow) as backend, the other fonts use pdflatex (not as slow).