Skip to content

Commit

Permalink
Script to plot statistics
Browse files Browse the repository at this point in the history
  • Loading branch information
Mihai Maruseac committed May 16, 2011
1 parent 5269e67 commit bd6ddfe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions plot.sh
@@ -0,0 +1,3 @@
#!/bin/bash

echo 'set term png; plot "trace" using 1:2 title "Best" with lines, "trace" using 1:3 title "Second best" with lines, "trace" using 1:4 title "Average" with lines' | gnuplot > trace.png

0 comments on commit bd6ddfe

Please sign in to comment.