Usage of
Gnuplot
I'm going to put some notes here. Really.
Getting graphs into a LaTeX
document
In your plot file put things like:
set terminal postscript eps
set output "my_plot.eps"
To get things looking nice you might need to rearrange axes scales or
key location doing something like
set key left bottom
set yrange [0:1]
Have a look at my LaTex page also.
Links:
Publishing
with Latex, Gnuplot, Mathematica ...
Gnuplot
tips
(brilliant)
Back to my home page
Last modified 21st March 2007