From 12139d07c4179adfc3c3b02b6631710c4ec90fc9 Mon Sep 17 00:00:00 2001 From: giomba Date: Sat, 14 Dec 2019 18:58:29 +0100 Subject: [PATCH] [simulation] single-command draw plot script --- simulation/drawplot.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 simulation/drawplot.sh 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 +