|
From: Northumberland a. <jim...@gm...> - 2012-06-05 00:40:21
|
set terminal postscript jpeg color enhanced "Helvetica" 20
set output 'plot.jpeg'
set title "{/Symbol y}"
set xlabel "PHI" font ",15"
set ylabel "PSI" font ",20"
set grid
set style data linespoints
plot [-2:30][-2:30]'C:\codeblock files\first attempt\output.txt'
I'm trying to create a jpeg file but for some annoying reason, it says jpeg
is an undefined variable. It works perfectly fine if I replace it with
eps, but not jpeg. Can you tell me if the above command lines are even
correct/any mistakes? I'm new to using Gnuplot.
Many Thanks
|