Hey guys, I am trying to plot some graphs to use in LaTeX. In gnuplot, I run the command
set term epslatex
set output "graph.tex"
plot ...
However, my graph is blank. The axis and grid are there but text and curves are missing. If I set the terminal to aquaterm or X11, they look perfet...