- #1
Gavins
- 27
- 0
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. I've tried playing around with different options but I still haven't figured anything out yet. I've only just started using gnuplot so I'm still getting used to it.
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. I've tried playing around with different options but I still haven't figured anything out yet. I've only just started using gnuplot so I'm still getting used to it.