
set autoscale xy
# Need to fix the data here:
#set xdata time
#set timefmt "%Y"
#set xrange ["1999":"2003"]
set title "Average and Mean time to publish DSAs versus publication of issue in Bugtraq"
set xlabel "Year"
set ylabel "Days"
plot 'dsa-avg.data' title "Average time" with impulses, 'dsa-avg.data' smooth csplines, 'dsa-mean.data' title "Mean time" with impulses , 'dsa-mean.data' smooth csplines
#'dsa-numbers.data' using 1:2 title 'DSAs issued' with points
pause -1 "Hit return to continue"
set terminal postscript
set output "dsa-data.ps"
replot
