Closed this issue 4 years ago · 2 comments
Example:
using Plots, LaTeXStrings plot(title=L"Test \textrm{Test}")
On Julia 1.2:
On Julia 1.5:
LaTeX rendering is not done by LaTeXStrings, and is not done by Plots. It is done by the Plots backend, so it depends on what backend you are using. (e.g. PyPlot)?
Using GR.