plotly / plotly.py

The interactive graphing library for Python :sparkles: This project now includes Plotly Express!
https://plotly.com/python/
MIT License
16.02k stars 2.54k forks source link

Titles with LATEX strings doesn't appear in firefox #2887

Open jaladh-singhal opened 3 years ago

jaladh-singhal commented 3 years ago

Since last week, I'm observing that if figure or axis titles have LATEX string, they don't show up when using notebook from firefox. I can confirm this using the latest version i.e. 4.12, but same problem is there for earlier versions like 4.8 and 4.10 (I've tested them, not sure why they used to work before and not now): image

Though the same works perfect in chrome. image

So this problem is specific to firefox. And I must mention that LATEX strings render perfectly in firefox when displaying them using IPython.Math or simply in matplotlib as axis labels or title. So my guess is that this problem is specific to some MathJax configuration in plolty itself - this error message from firefox console may help: image


Please let me know if I can provide more useful information.

Thanks for the great work!

tanglef commented 3 years ago

I've got the same problem and from issue 5374 of plotlyjs it seems that it's more a bound issue. Any way through that?