Update plots
This commit is contained in:
parent
50b880a106
commit
53028ac554
@ -12,6 +12,6 @@ do
|
|||||||
set term png
|
set term png
|
||||||
set title "Graph - ${FILE}"
|
set title "Graph - ${FILE}"
|
||||||
set output "${FILE}.png"
|
set output "${FILE}.png"
|
||||||
plot "${FILE}.txt" using 1 with points pointtype 5
|
plot "${FILE}.txt" with points pointtype 5 notitle
|
||||||
EOF
|
EOF
|
||||||
done
|
done
|
||||||
|
Loading…
Reference in New Issue
Block a user