From 4f6d221dfc0407e3cba840e6ca4e00dca61e1ae6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C4=99drzej=20Furmann?= Date: Fri, 3 Apr 2020 15:52:31 +0000 Subject: [PATCH] Zaktualizuj 'plot.sh' --- plot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plot.sh b/plot.sh index 798910c..f041ae1 100644 --- a/plot.sh +++ b/plot.sh @@ -3,6 +3,6 @@ do gnuplot <<- EOF set term png set output "$file.png" - plot "$file.txt" with points pointtype 5 notitle + plot "$file.txt" with lines notitle EOF done \ No newline at end of file