set title "XWHEP : SLinCA 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[-5000:35000] #set terminal postscript eps #set output 'linear_FILEOUTps' #plot 'FILEINcsv' using 1 with impulses title 'Delai' set terminal png set output 'slinca.png' plot 'slinca.csv' using 1:2 with lines lt 2 lw 2 title 'Completeds',\ 'slinca.csv' using 1:3 with lines lt 1 lw 2 title 'Errors',\ 'slinca.csv' using 1:4 with lines lt 3 lw 2 title 'Submitted with X509 proxy' set output 'slinca_resources.png' plot 'slinca.csv' using 1:6 with filledcurves lt 6 lw 2 title 'Connected resources',\ 'slinca.csv' using 1:7 with filledcurves lt 4 lw 2 title 'Connected EGEE resources' set output 'slinca_pilotedsVScompleteds.png' plot 'slinca.csv' using 1:2 with lines lt 2 lw 2 title 'Completeds',\ 'slinca.csv' using 1:4 with lines lt 3 lw 2 title 'Submitted with X509 proxy',\ 'slinca.csv' using 1:5 with lines lt -1 lw 2 title 'Executed on EGEE' #set output 'completedsVSpiloteds.png' #plot 'slinca.csv' using 1:2 with lines title 'Completeds',\ # 'slinca.csv' using 1:5 with lines title 'Executed on EGEE' #set output 'proxyVSpiloteds.png' #set title "EGEE resources per day" #plot 'slinca.csv' using 1:4 with lines title 'Submitted with X509 proxy',\ # 'slinca.csv' using 1:5 with lines title 'Executed on EGEE' #set key top set output 'slinca_pilotedsVSegeeresources.png' set title "XWHEP : EGEE resources usage per day" set xlabel "Days" 0,0 set ylabel "Resources" 0,0 plot 'slinca.csv' using 1:4 with lines lt 3 lw 2 title 'Submitted with X509 proxy',\ 'slinca.csv' using 1:7 with filledcurves lt 4 lw 2 title 'Connected EGEE resources',\ 'slinca.csv' using 1:5 with lines lt -1 lw 2 title 'Executed on EGEE'