From ebbb11d996715f9d233a4884e52059ac6a672fd5 Mon Sep 17 00:00:00 2001 From: Kamil Paprota Date: Fri, 3 Apr 2020 17:30:19 +0200 Subject: [PATCH] metryki --- plots.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plots.sh b/plots.sh index ff71115..5b0d576 100644 --- a/plots.sh +++ b/plots.sh @@ -4,6 +4,6 @@ do set term png set title "Wykres - ${FILE}" set output "${FILE}.png" - plot "${FILE}.txt" with points pointtype 1 set autoscale y notitle + plot "${FILE}.txt" with points pointtype 1 notitle EOF done \ No newline at end of file