From 53028ac554ff104d4ee3a34c84eabdf3e493920d Mon Sep 17 00:00:00 2001 From: s416178 Date: Fri, 3 Apr 2020 15:17:49 +0200 Subject: [PATCH] Update plots --- draw_plots.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/draw_plots.sh b/draw_plots.sh index b2e2c2c..f38fb22 100644 --- a/draw_plots.sh +++ b/draw_plots.sh @@ -12,6 +12,6 @@ do set term png set title "Graph - ${FILE}" set output "${FILE}.png" - plot "${FILE}.txt" using 1 with points pointtype 5 + plot "${FILE}.txt" with points pointtype 5 notitle EOF done