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