lines_of_code_by_author.plot 557 B

123456789101112131415
  1. set terminal png transparent size 640,240
  2. set size 1.0,1.0
  3. set terminal png transparent size 640,480
  4. set output 'lines_of_code_by_author.png'
  5. set key left top
  6. set yrange [0:]
  7. set xdata time
  8. set timefmt "%s"
  9. set format x "%Y-%m-%d"
  10. set grid y
  11. set ylabel "Lines"
  12. set xtics rotate
  13. set bmargin 6
  14. plot 'lines_of_code_by_author.dat' using 1:2 title "0225273" w lines, 'lines_of_code_by_author.dat' using 1:3 title "0225236" w lines, 'lines_of_code_by_author.dat' using 1:4 title "0225263" w lines, 'lines_of_code_by_author.dat' using 1:5 title "0225268" w lines