Skip to content

Commit d554473

Browse files
Update LaTeX.md
1 parent 73291c0 commit d554473

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: doc/python/LaTeX.md

+2
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ jupyter:
3535

3636
#### LaTeX Typesetting
3737

38+
Figure titles, axis labels and annotations all accept LaTeX directives for rendering mathematical formulas and notation, when the entire label is surrounded by dollar signs `$...$`. This rendering is handled by the [MathJax library](https://www.mathjax.org/) (version 2.7.5), which must be loaded in the environment where figures are being rendered. MathJax is included by default in Jupyter-like environments, but when embedding Plotly figures in other contexts it may be required to ensure that MathJax is separately loaded, for example via a `<script>` tag pointing to a content-delivery network (CDN).
39+
3840
```python
3941
import plotly.express as px
4042

0 commit comments

Comments
 (0)