Skip to content
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 (MathJaX) Is Not Rendered #47

Open
RoyiAvital opened this issue Jun 22, 2024 · 0 comments
Open

LaTeX (MathJaX) Is Not Rendered #47

RoyiAvital opened this issue Jun 22, 2024 · 0 comments

Comments

@RoyiAvital
Copy link

This is the code I use:

using PlotlyLight;
preset.template.plotly_dark!(); 
p = plot(x = 1:20, y = cumsum(randn(20)), type="scatter", mode="lines+markers");
p.layout.title.text = raw"$\frac{1}{2}$"
p

The result:

image

On VS Code 1.90.2 (Latest) with the Julia VS Code Extension 1.79.2 (Latest).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant