Reference Data
Column | Quantity |
---|---|
1 | Time |
2 | Drag |
3 | Lift |
4 | Z-Force |
File | Action |
---|---|
BenchValues.txt |
Download |
GnuPlot
The file contains the benchmarks results and can be plotted with the following gnuplot commands:
set xrange[0:8]; set yrange [-0.5:3.5]; plot "BenchValues.txt" using ($1):($2) with lines lt 2 t "drag" set xrange[0:8]; set yrange [-0.015:0.005]; plot "BenchValues.txt" using ($1):($3) with lines lt 1 t "lift"