# Sample parametric plot # You can run this by typing at the prompt: gnuplot pplot.plt unset border unset xtics unset ytics unset key set style line 1 linetype -1 linewidth 1 set style arrow 1 nohead linetype 0 linewidth 1 set xzeroaxis ls 1 set yzeroaxis ls 1 set label 'C' at -2.2,4.5 set label 'x' at 5,0.5 set label 't' at 0.2,15 set label 'm' at 5,6 set terminal postscript eps rounded set output 'pplot.eps' set arrow from 0,0 to 5,5 arrowstyle 1 plot [-5:5] [-1:15] 'pplot.dat' w l ls 1