I’m trying to render LaTex in the following plot:
using LaTeXStrings
using Plots
plotly()
plot(100 * ω_compac,ρ_seco,
title = "Curva de Compactação",
xlabel = "ω(%)",
ylabel = L"\rho_{seco}(kg/m³)",
label = false,
markershape = :circle)
But the output is
There is a way to this in this backend or I need to try another?