set terminal gif small$DIM$ set grid set xlabel "Time" set xdata time set timefmt "%m/%d:%H" set format x "%m/%d" set format y "$%.2f" set nokey set title "Graph of '$CNAME$'" set ylabel "Value" set output '$OUTFILE$' plot '/home/moo/MOO/files/1/4/0/9/plot.data' using 1:($$INDEX$ * $IVAL$) with linespoints .