JuliaPlots / JuliaPlots/PlotlyLight.jl
LaTeX (MathJaX) Is Not Rendered
Open
- Dominant language
- Julia
- Stars
- 112
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
This is the code I use:
```julia
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:

On VS Code `1.90.2` (Latest) with the Julia VS Code Extension `1.79.2` (Latest).
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.