From 26edc18170a548faa737b1b33daa37841b9db05d Mon Sep 17 00:00:00 2001 From: Kamil Paprota Date: Fri, 3 Apr 2020 17:28:58 +0200 Subject: [PATCH] metryki --- plots.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plots.sh b/plots.sh index 56fa162..ff71115 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 samples 50 set autoscale y notitle + plot "${FILE}.txt" with points pointtype 1 set autoscale y notitle EOF done \ No newline at end of file