set xrange [1:45] set xlabel "number of nodes" set ylabel "avarage time (sec)" set datafile separator "," set terminal pdf set output "read_bldsv10.pdf" plot "read_cassandra.csv" using 1:2 with lines linecolor rgbcolor "red" title "cassandra" , "read_jungle.csv" using 1:2 with lines linecolor rgbcolor "blue" title "jungle" set output "write_bldsv10.pdf" plot "write_cassandra.csv" using 1:2 with lines linecolor rgbcolor "red" title "cassandra" , "write_jungle.csv" using 1:2 with lines linecolor rgbcolor "blue" title "jungle"