Austin Schuh | a2168ff | 2017-04-16 20:37:18 -0700 | [diff] [blame^] | 1 | plot '/tmp/constants_plot' using 1:(($2 - 0.3) * 1000) title 'hood' with linespoints, \ |
2 | '/tmp/constants_plot' using 1:(($3 - 300) * 10) title 'flywheel' with linespoints, \ | ||||
3 | '/tmp/constants_plot' using 1:($4 * 100) title 'indexer with linespoints | ||||
4 | |||||
5 | pause -1 |