zig-raylib/live_plot
2024-11-28 12:54:09 +01:00

7 lines
163 B
Plaintext

while (1) {
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
}