JuliaPlots / JuliaPlots/PlotlyLight.jl

LaTeX (MathJaX) Is Not Rendered

Open
#47 0 comments 0 reactions 0 assignees View on GitHub
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:

![image](https://github.com/JuliaComputing/PlotlyLight.jl/assets/7347975/487cec8b-09c3-4d86-9002-c5d053cff8f9)

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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.