aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plot.sh
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2020-11-29 22:07:27 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2020-11-29 22:08:55 +0300
commit47cb22aafcd08a1305567ac25112acfe5c4cfda4 (patch)
tree2e316db6a3ffb72d44e6506513f28e82aac3fea6 /plot.sh
parentbye-bye, Travis (diff)
downloadsorting-algorithms-47cb22aafcd08a1305567ac25112acfe5c4cfda4.tar.gz
sorting-algorithms-47cb22aafcd08a1305567ac25112acfe5c4cfda4.zip
add GitHub workflow
Diffstat (limited to 'plot.sh')
-rwxr-xr-xplot.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/plot.sh b/plot.sh
index efdd42f..e070861 100755
--- a/plot.sh
+++ b/plot.sh
@@ -34,7 +34,7 @@ main() {
local input_kind
for input_kind in best average worst; do
local output_path="$script_dir/${algorithm}_${iterations}_${input_kind}_${min}_${max}.png"
- python3 "$script_dir/plot.py" \
+ python "$script_dir/plot.py" \
"$algorithm" \
--input "$input_kind" \
--min "$min" --max "$max" \