diff --git a/draw_plots.sh b/draw_plots.sh index b2e2c2c..f38fb22 100644 --- a/draw_plots.sh +++ b/draw_plots.sh @@ -12,6 +12,6 @@ do set term png set title "Graph - ${FILE}" set output "${FILE}.png" - plot "${FILE}.txt" using 1 with points pointtype 5 + plot "${FILE}.txt" with points pointtype 5 notitle EOF done