zig-raylib/live_plot

7 lines
163 B
Plaintext
Raw Permalink Normal View History

2024-11-28 11:54:09 +00:00
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
}