From 07d09b351b70767d7de3fea5c756711c50e15cdf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diana=20Kr=C3=B3l?= Date: Sat, 4 Apr 2020 16:48:15 +0000 Subject: [PATCH] =?UTF-8?q?Usu=C5=84=20'plots.sh'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plots.sh | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 plots.sh diff --git a/plots.sh b/plots.sh deleted file mode 100644 index b27925d..0000000 --- a/plots.sh +++ /dev/null @@ -1,9 +0,0 @@ -for FILE in "$@" -do - gnuplot <<- EOF - set term png - set title "Graph - ${FILE}" - set output "${FILE}.png" - plot "${FILE}.txt" with points pointtype 5 notitle -EOF -done \ No newline at end of file