set title "XWHEP : Errors Jobs per day" set xlabel "Days" set ylabel "Jobs" 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 '%y" set xtics rotate #set yrange[-5000:35000] #set terminal postscript eps #set output 'linear_FILEOUTps' #plot 'FILEINcsv' using 1 with impulses title 'Delai' set terminal png set output 'errors.png' plot 'errors.csv' using 1:2 with impulses lt 2 lw 2 title 'Errors'