plotting.use_latex

plotting.use_latex(enabled=True)

Enable or disable MathJax ($...$) labels on Nefes figures process-wide.

Parameters

Name Type Description Default
enabled bool True (default) keeps the MathJax labels; False switches every Nefes figure to the Unicode plain-text fallback produced by :func:detex. True

Returns

Name Type Description
bool The new state, so a caller can log or assert on it.
Back to top