advent2025

Advent of Code 2025 Solutions
git clone git://bsandro.tech/advent2025
Log | Files | Refs | README | LICENSE

runtimes.plt (264B)


      1 #!/usr/bin/gnuplot
      2 
      3 set title "Run time per machine, seconds"
      4 set xlabel "Day"
      5 set ylabel "Seconds"
      6 set grid
      7 set style data histogram
      8 set style fill solid border -1
      9 set logscale y
     10 set key top left outside
     11 
     12 plot for [i=2:7] 'runtimes.txt' using i:xtic(1) title col