From 4a849196e278e927b3e7461c3574aec9880241c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C4=99drzej=20Furmann?= Date: Fri, 3 Apr 2020 15:24:07 +0000 Subject: [PATCH] Zaktualizuj 'plot.sh' --- plot.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/plot.sh b/plot.sh index 0519ecb..9e88933 100644 --- a/plot.sh +++ b/plot.sh @@ -1 +1,6 @@ - \ No newline at end of file +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