I would like to move the key to some place in the middle of the graph, so I followed the tutorials and had the following script:
set terminal postscript eps enhanced color set title "Risk of the loan" set output 'simulation.eps' set xlabel 'Initial loan value'
However, when I run it, I get:
ga1009@ga1009-dell :~$ gnuplot simulation.p set key 8,0.7 ^ "simulation.p", line 7: unknown key option
What am I doing wrong?
source share