Hi there, great package.
Any idea why this doesn't render properly:
using LaTeXStrings
using Plots
pyplot()
plot(0:1,0:1,annotations=(0.5,0.5, L"x_l"))
Though the underscore appears correctly, the font is not standard maths LaTeX. I have updated all packages.
Do you know is this a problem with PyPlot, Plots or your package?
Thanks,
Art