You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 with two backslashes also, just in case, and this works using just gnuplot.
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!
The text was updated successfully, but these errors were encountered:
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 with two backslashes also, just in case, and this works using just gnuplot.
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!
The text was updated successfully, but these errors were encountered: