Added support to plot measurement data
Added support to plot measurement results, as well as some updates to the default style.
This commit is contained in:
parent
910f7743b1
commit
852f4cad1d
7 changed files with 176 additions and 30 deletions
|
@ -36,6 +36,7 @@ for n in 1 2 3 4 11 12 13 14; do
|
|||
) &
|
||||
done
|
||||
|
||||
#bash ./runParse.sh &
|
||||
|
||||
while [[ $(jobs -lr | wc -l) -gt 0 ]]; do sleep 0.1; done
|
||||
mkdir -p figures-png
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue