diff --git a/simulation/drawplot.sh b/simulation/drawplot.sh new file mode 100755 index 0000000..67c8c37 --- /dev/null +++ b/simulation/drawplot.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +python pretty.py | sort -n > pretty.csv +python plot.py +