From 50b880a10630973a09313f0d7edf677b683c3d65 Mon Sep 17 00:00:00 2001 From: s416178 Date: Fri, 3 Apr 2020 15:13:19 +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 f8accdc..b2e2c2c 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" + plot "${FILE}.txt" using 1 with points pointtype 5 EOF done