set title "XWHEP : Jobs per day" set xlabel "Days" 0,0 set ylabel "Jobs" 0,0 set encoding iso_8859_1 set key outside #set key 80, 535 #set key 1,3 set size 2,1.5 set key spacing 1.5 set key width 1.5 set logscale y set xdata time set timefmt "%Y-%m-%d" set format x "%b %dth" #set yrange[0:1000] #set terminal postscript eps #set output 'linear_FILEOUTps' #plot 'FILEINcsv' using 1 with impulses title 'Delai' set terminal png set output 'whathappened2.png' set style fill pattern 1 plot 'whathappened2.csv' using 1:2 with fsteps lt 2 lw 4 title 'Completeds',\ 'whathappened2.csv' using 1:4 with fsteps lt 3 lw 4 title 'Jobs with X509 proxy',\ 'whathappened2.csv' using 1:6 with boxes lt -1 lw 4 title 'Connected EGEE resources',\ 'whathappened2.csv' using 1:5 with boxes lt 3 lw 4 title 'Computing EGEE resources',\ 'whathappened2.csv' using 1:3 with fsteps lt 1 lw 4 title 'Errors'