From ff50cbd9ff1dea20b8537df2ce40e7b9def1bceb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C4=99drzej=20Furmann?= Date: Fri, 3 Apr 2020 15:43:27 +0000 Subject: [PATCH] Zaktualizuj 'plot.sh' --- plot.sh | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/plot.sh b/plot.sh index 9e88933..f825867 100644 --- a/plot.sh +++ b/plot.sh @@ -1,6 +1,8 @@ -gnuplot <<- EOF +for file in wer srr +do + gnuplot <<- EOF set term png - set title "Graph - wer" - set output "wer.png" - plot "wer.txt" with points pointtype 5 notitle -EOF \ No newline at end of file + set output "file.png" + plot "file.txt" with points pointtype 5 notitle +EOF +done \ No newline at end of file