Update plots
This commit is contained in:
parent
9249fff67e
commit
50b880a106
@ -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"
|
plot "${FILE}.txt" using 1 with points pointtype 5
|
||||||
EOF
|
EOF
|
||||||
done
|
done
|
||||||
|
Loading…
Reference in New Issue
Block a user