-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Latex plot titles are not rendered in VS Code #3661
Comments
I'm having the same issue, with the latest versions of Plotly and vscode stable |
I want to confirm that this doesn't work for 2-D plots either. However, when writing the figure as a PNG, it renders correctly. |
People have had the same issue due to running on different browsers, so it sounds like it's a rendering issue to do with how VS Code displays notebooks. Given that VS Code is probably the most popular IDE, it would be nice if plotly did something to support it. Note that this is also an issue in Google Chrome and Firefox, which are also quite popular browsers. |
Can confirm the problem persist, but it could be vscode related not plotly.. |
I confirm the problem persist, I agree with @herbzhao |
I have the same problem. Visual Studio Code Plotly version: 4.14.3 |
I'm having the same issue as well. My specs are: Version: 1.72.2 (Universal) Plotly version: 5.10.0 |
Also having this problem on VSCode, LATEX does render fine on Jupyter notebook (firefox) with the same interpreter though. |
Hi,
I try to rename my plot axis using latex titles, they are not rendered in my VS Code jupyter notebook, nor in an exported html using include_mathjax = 'cdn'.
gives me:
The same expression in a markdown cell works:
Using maplotlib works, as well.
I tried a workaround posted in #1740 using:
without success.
Any help is appreciated!
The text was updated successfully, but these errors were encountered: