Hi, this works for me
using PyPlot
imshow([1 1])
title(L"\frac{1}{2}")
I get the latex compiled. I want to print a label in latex based on a
variable, i.e., something like this
s = "\frac{1}{2}"
title(L"$s")
but I end up with "$s" printed in the image. I'd be grateful for any advice.
