view plot.gpt @ 6:c10eeaf4015d default tip

Add license, README
author Lewin Bormann <lbo@spheniscida.de>
date Sun, 15 Nov 2020 19:38:16 +0100
parents
children
line wrap: on
line source

plot \
         "render.csv" using 1:2 title '1' with lines,\
         "render.csv" using 3:4 title '2' with lines,\
         "render.csv" using 5:6 title '3' with lines,\
         "render.csv" using 7:8 title '4' with lines,\
         "render.csv" using 9:10 title '5' with lines,\
         "render.csv" using 11:12 title '6' with lines,\
         ;