zig-raylib/gnuplot.note

6 lines
157 B
Plaintext
Raw Normal View History

2024-11-28 10:39:33 +00:00
gnuplot
set datafile separator ','
set key autotitle columnhead
plot 'plot.dat' using 0:1, 'plot.dat' using 0:2, 'plot.dat' using 0:3, 'plot.dat' using 0:4