Hi all,
I am trying to use a combination of math and text symbols with LaTeXStrings and the pyplot backend of Plots.jl. Unfortunately, textrm does not work for some reason. Is there anything special I need to do, or is this a bug?
MWE
using Plots, LaTeXStrings
pyplot()
histogram(randn(1000), xlabel = L"\textrm{x}")