set terminal latex
set output "plot.tex" # a short comment here
set size 4,2.75; help foo; set term latex
set title "Effect of Prefetching Lead on Total execution time"
!echo this is a shell command
set ylabel "Total\\Execution\\time\\(seconds)" 1
set xlabel "Minimum prefetching lead in blocks"
# full-line comment goes here
set style lp1 "\scriptsize 1" 7 "\circle*{1}"
set style lp2 "\scriptsize 2" 7 "\circle*{1}"
set style lp3 "\scriptsize 3" 7 "\circle*{1}"
set style lp4 "\scriptsize 4" 7 "\circle*{1}"
set noclip
plot [0:90] [0:10] "points.gps" w lp1, "points.gw" w lp2, \
  "points.lps" w lp3, "points.lw" w lp4
label 10,7 "gfp"
label 80,5.5 "gw"
label 70,3.4 "lfp"
label 40,1.8 "lw"
plot [0:pi] sin(x) w points
key 1,.5 "sin(x)" w points, "" w lines, "dummy" w lp1
