|
From: <ga...@un...> - 2007-10-22 14:06:11
|
Dear "Gnuplot developer" I give the following commands to Gnuplot : set autoscale set terminal epslatex color dashed "default" 13 set output "test.eps" set xlabel "Number n" set ylabel "(s)" set title "Computation" set key left plot 'test.data' using 1:2 title "Test" with linespoints but I have a big bug: the keys are not in the left but in the center (no problem with "set key right"). Best regards, Frederic Gava |