cpp-cheat/bullet/ground_ball.gnuplot
2016-05-02 17:36:12 +02:00

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)