Description
Hi there,
I really love gnuplot and have used it to generate nice plots with latex symbols for publication. This is done with the epslatex terminal that generates two files, out.tex and out.eps. The eps is the bare figure without the latex symbols and the tex document provides the tex symbols.
I am saving the output as "hardcopy=out.tex" just like my gnuplot scipt. The Greek symbols built into gnuplot work (e.g {/Symbol a} for alpha) but I am having a hard time reproducing the latex Greek symbols.
Say I want a phi for the y axis label, then I have ylabel="$\phi$" in python using your plot command but this doesn't reproduce the Greek symbol. I have tried
Any suggestions would be great! Using this workflow would be awesome because I can use python to create actual publication quality figures with your program!