mirror of
https://github.com/libretro/cpp-cheat.git
synced 2025-04-05 20:41:32 +00:00
5 lines
145 B
Gnuplot
5 lines
145 B
Gnuplot
#!/usr/bin/env gnuplot
|
|
set key autotitle columnheader
|
|
plot 'ground_ball.tmp' using 1:($2 == 1 ? $4 : 1/0), \
|
|
'' using 1:($2 == 1 ? $6 : 1/0)
|