Skip to content

Commit

Permalink
plot of submissions better closes graph + updating plotting scripts
Browse files Browse the repository at this point in the history
by amereghe as sixtadm
  • Loading branch information
Sixtrack runtime committed Dec 10, 2019
1 parent ca03633 commit 925244c
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 49 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
period='2019-11'
period='2019-12'
iFileName='server_status_'.period

# changes in status page:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

period='2019-11'
period='2019-12'
toolsdir=`dirname $0`

# create temporary period files
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,29 +85,29 @@ scaleFact=1E6
}

plot \
"< awk '{if ($6==\"mcrouch\") {tot+=$4; print ($1,$3,tot)}}' ".iFileName index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'black' title 'mcrouch',\
"< awk '{if ($6==\"ynosochk\") {tot+=$4; print ($1,$3,tot)}}' ".iFileName index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'dark-green' title 'ynosochk',\
"< awk '{if ($6==\"emaclean\") {tot+=$4; print ($1,$3,tot)}}' ".iFileName index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'green' title 'emaclean',\
"< awk '{if ($6==\"fvanderv\") {tot+=$4; print ($1,$3,tot)}}' ".iFileName index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'blue' title 'fvanderv',\
"< awk '{if ($6==\"kaltchev\") {tot+=$4; print ($1,$3,tot)}}' ".iFileName index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'magenta' title 'kaltchev',\
"< awk '{if ($6==\"phermes\") {tot+=$4; print ($1,$3,tot)}}' ".iFileName index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'cyan' title 'phermes',\
"< awk '{if ($6==\"nkarast\") {tot+=$4; print ($1,$3,tot)}}' ".iFileName index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'orange' title 'nkarast',\
"< awk '{if ($6==\"dpellegr\") {tot+=$4; print ($1,$3,tot)}}' ".iFileName index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'pink' title 'dpellegr',\
"< awk '{if ($6==\"ecruzala\") {tot+=$4; print ($1,$3,tot)}}' ".iFileName index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'navy' title 'ecruzala',\
"< awk '{if ($6==\"amereghe\") {tot+=$4; print ($1,$3,tot)}}' ".iFileName index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'purple' title 'amereghe',\
"< awk '{if ($6==\"rdemaria\") {tot+=$4; print ($1,$3,tot)}}' ".iFileName index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'yellow' title 'rdemaria',\
"< awk '{if ($6==\"jbarranc\") {tot+=$4; print ($1,$3,tot)}}' ".iFileName index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'dark-blue' title 'jbarranc',\
"< awk '{if ($6==\"giovanno\") {tot+=$4; print ($1,$3,tot)}}' ".iFileName index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'gold' title 'giovanno',\
"< awk '{if ($6==\"mcintosh\") {tot+=$4; print ($1,$3,tot)}}' ".iFileName index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'violet' title 'mcintosh',\
"< awk '{if ($6==\"skostogl\") {tot+=$4; print ($1,$3,tot)}}' ".iFileName index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'dark-red' title 'skostogl',\
"< awk '{if ($6==\"lcoyle\") {tot+=$4; print ($1,$3,tot)}}' ".iFileName index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'salmon' title 'lcoyle',\
"< awk '{if ($6==\"mihofer\") {tot+=$4; print ($1,$3,tot)}}' ".iFileName index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'olive' title 'mihofer',\
"< awk '{if ($6==\"xiaohan\") {tot+=$4; print ($1,$3,tot)}}' ".iFileName index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'skyblue' title 'xiaohan',\
"< awk '{if ($6==\"dmirarch\") {tot+=$4; print ($1,$3,tot)}}' ".iFileName index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'slategray' title 'dmirarch',\
"< awk '{if ($6==\"dalena\") {tot+=$4; print ($1,$3,tot)}}' ".iFileName index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'dark-plum' title 'dalena',\
"< awk '{if ($6==\"mischenk\") {tot+=$4; print ($1,$3,tot)}}' ".iFileName index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'dark-goldenrod' title 'mischenk',\
"< awk '{if ($6==\"-\") {tot+=$4; print ($1,$3,tot)}}' ".iFileName index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'red' title '-'
#
"< awk '{if ($6==\"mcrouch\") {print ($0)}}' ".iFileName." | awk '{tot+=$4; print ($1,$3,tot)}END{print ($3,$1,tot)}' " index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'black' title 'mcrouch',\
"< awk '{if ($6==\"ynosochk\") {print ($0)}}' ".iFileName." | awk '{tot+=$4; print ($1,$3,tot)}END{print ($3,$1,tot)}' " index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'dark-green' title 'ynosochk',\
"< awk '{if ($6==\"emaclean\") {print ($0)}}' ".iFileName." | awk '{tot+=$4; print ($1,$3,tot)}END{print ($3,$1,tot)}' " index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'green' title 'emaclean',\
"< awk '{if ($6==\"fvanderv\") {print ($0)}}' ".iFileName." | awk '{tot+=$4; print ($1,$3,tot)}END{print ($3,$1,tot)}' " index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'blue' title 'fvanderv',\
"< awk '{if ($6==\"kaltchev\") {print ($0)}}' ".iFileName." | awk '{tot+=$4; print ($1,$3,tot)}END{print ($3,$1,tot)}' " index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'magenta' title 'kaltchev',\
"< awk '{if ($6==\"phermes\") {print ($0)}}' ".iFileName." | awk '{tot+=$4; print ($1,$3,tot)}END{print ($3,$1,tot)}' " index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'cyan' title 'phermes',\
"< awk '{if ($6==\"nkarast\") {print ($0)}}' ".iFileName." | awk '{tot+=$4; print ($1,$3,tot)}END{print ($3,$1,tot)}' " index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'orange' title 'nkarast',\
"< awk '{if ($6==\"dpellegr\") {print ($0)}}' ".iFileName." | awk '{tot+=$4; print ($1,$3,tot)}END{print ($3,$1,tot)}' " index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'pink' title 'dpellegr',\
"< awk '{if ($6==\"ecruzala\") {print ($0)}}' ".iFileName." | awk '{tot+=$4; print ($1,$3,tot)}END{print ($3,$1,tot)}' " index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'navy' title 'ecruzala',\
"< awk '{if ($6==\"amereghe\") {print ($0)}}' ".iFileName." | awk '{tot+=$4; print ($1,$3,tot)}END{print ($3,$1,tot)}' " index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'purple' title 'amereghe',\
"< awk '{if ($6==\"rdemaria\") {print ($0)}}' ".iFileName." | awk '{tot+=$4; print ($1,$3,tot)}END{print ($3,$1,tot)}' " index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'yellow' title 'rdemaria',\
"< awk '{if ($6==\"jbarranc\") {print ($0)}}' ".iFileName." | awk '{tot+=$4; print ($1,$3,tot)}END{print ($3,$1,tot)}' " index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'dark-blue' title 'jbarranc',\
"< awk '{if ($6==\"giovanno\") {print ($0)}}' ".iFileName." | awk '{tot+=$4; print ($1,$3,tot)}END{print ($3,$1,tot)}' " index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'gold' title 'giovanno',\
"< awk '{if ($6==\"mcintosh\") {print ($0)}}' ".iFileName." | awk '{tot+=$4; print ($1,$3,tot)}END{print ($3,$1,tot)}' " index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'violet' title 'mcintosh',\
"< awk '{if ($6==\"skostogl\") {print ($0)}}' ".iFileName." | awk '{tot+=$4; print ($1,$3,tot)}END{print ($3,$1,tot)}' " index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'dark-red' title 'skostogl',\
"< awk '{if ($6==\"lcoyle\") {print ($0)}}' ".iFileName." | awk '{tot+=$4; print ($1,$3,tot)}END{print ($3,$1,tot)}' " index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'salmon' title 'lcoyle',\
"< awk '{if ($6==\"mihofer\") {print ($0)}}' ".iFileName." | awk '{tot+=$4; print ($1,$3,tot)}END{print ($3,$1,tot)}' " index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'olive' title 'mihofer',\
"< awk '{if ($6==\"xiaohan\") {print ($0)}}' ".iFileName." | awk '{tot+=$4; print ($1,$3,tot)}END{print ($3,$1,tot)}' " index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'skyblue' title 'xiaohan',\
"< awk '{if ($6==\"dmirarch\") {print ($0)}}' ".iFileName." | awk '{tot+=$4; print ($1,$3,tot)}END{print ($3,$1,tot)}' " index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'slategray' title 'dmirarch',\
"< awk '{if ($6==\"dalena\") {print ($0)}}' ".iFileName." | awk '{tot+=$4; print ($1,$3,tot)}END{print ($3,$1,tot)}' " index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'dark-plum' title 'dalena',\
"< awk '{if ($6==\"mischenk\") {print ($0)}}' ".iFileName." | awk '{tot+=$4; print ($1,$3,tot)}END{print ($3,$1,tot)}' " index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'dark-goldenrod' title 'mischenk',\
"< awk '{if ($6==\"-\") {print ($0)}}' ".iFileName." | awk '{tot+=$4; print ($1,$3,tot)}END{print ($3,$1,tot)}' " index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'red' title '-'

if (lLog==1){
unset logscale y
set format y '%g'
Expand Down
48 changes: 24 additions & 24 deletions boinc_software/monitor-boinc-server/submissions/plotData.gnu
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# today=system("date +%F")
today='2019-11-08'
today='2019-12-10'
iFileName='submitAll_'.today.'.dat'
iFileNameAssimilated='assimilateAll_'.today.'.dat'
oFileName='submitAll_'.today.'.ps'
Expand All @@ -19,30 +19,30 @@ set grid
set key outside horizontal
set ylabel 'submitted WUs [10^3]'
set title 'date: '.today
print "< awk '{if ($6==\"fvanderv\") {tot+=$4; print ($1,$3,tot)}}' ".iFileName
scaleFact=1E3
plot \
"< awk '{if ($6==\"mcrouch\") {tot+=$4; print ($1,$3,tot)}}' ".iFileName index 0 using 1:($3/1E3) with steps lt 1 lw 3 lc rgb 'black' title 'mcrouch',\
"< awk '{if ($6==\"ynosochk\") {tot+=$4; print ($1,$3,tot)}}' ".iFileName index 0 using 1:($3/1E3) with steps lt 1 lw 3 lc rgb 'dark-green' title 'ynosochk',\
"< awk '{if ($6==\"emaclean\") {tot+=$4; print ($1,$3,tot)}}' ".iFileName index 0 using 1:($3/1E3) with steps lt 1 lw 3 lc rgb 'green' title 'emaclean',\
"< awk '{if ($6==\"fvanderv\") {tot+=$4; print ($1,$3,tot)}}' ".iFileName index 0 using 1:($3/1E3) with steps lt 1 lw 3 lc rgb 'blue' title 'fvanderv',\
"< awk '{if ($6==\"kaltchev\") {tot+=$4; print ($1,$3,tot)}}' ".iFileName index 0 using 1:($3/1E3) with steps lt 1 lw 3 lc rgb 'magenta' title 'kaltchev',\
"< awk '{if ($6==\"phermes\") {tot+=$4; print ($1,$3,tot)}}' ".iFileName index 0 using 1:($3/1E3) with steps lt 1 lw 3 lc rgb 'cyan' title 'phermes',\
"< awk '{if ($6==\"nkarast\") {tot+=$4; print ($1,$3,tot)}}' ".iFileName index 0 using 1:($3/1E3) with steps lt 1 lw 3 lc rgb 'orange' title 'nkarast',\
"< awk '{if ($6==\"dpellegr\") {tot+=$4; print ($1,$3,tot)}}' ".iFileName index 0 using 1:($3/1E3) with steps lt 1 lw 3 lc rgb 'pink' title 'dpellegr',\
"< awk '{if ($6==\"ecruzala\") {tot+=$4; print ($1,$3,tot)}}' ".iFileName index 0 using 1:($3/1E3) with steps lt 1 lw 3 lc rgb 'navy' title 'ecruzala',\
"< awk '{if ($6==\"amereghe\") {tot+=$4; print ($1,$3,tot)}}' ".iFileName index 0 using 1:($3/1E3) with steps lt 1 lw 3 lc rgb 'purple' title 'amereghe',\
"< awk '{if ($6==\"rdemaria\") {tot+=$4; print ($1,$3,tot)}}' ".iFileName index 0 using 1:($3/1E3) with steps lt 1 lw 3 lc rgb 'yellow' title 'rdemaria',\
"< awk '{if ($6==\"jbarranc\") {tot+=$4; print ($1,$3,tot)}}' ".iFileName index 0 using 1:($3/1E3) with steps lt 1 lw 3 lc rgb 'dark-blue' title 'jbarranc',\
"< awk '{if ($6==\"giovanno\") {tot+=$4; print ($1,$3,tot)}}' ".iFileName index 0 using 1:($3/1E3) with steps lt 1 lw 3 lc rgb 'gold' title 'giovanno',\
"< awk '{if ($6==\"mcintosh\") {tot+=$4; print ($1,$3,tot)}}' ".iFileName index 0 using 1:($3/1E3) with steps lt 1 lw 3 lc rgb 'violet' title 'mcintosh',\
"< awk '{if ($6==\"skostogl\") {tot+=$4; print ($1,$3,tot)}}' ".iFileName index 0 using 1:($3/1E3) with steps lt 1 lw 3 lc rgb 'dark-red' title 'skostogl',\
"< awk '{if ($6==\"lcoyle\") {tot+=$4; print ($1,$3,tot)}}' ".iFileName index 0 using 1:($3/1E3) with steps lt 1 lw 3 lc rgb 'salmon' title 'lcoyle',\
"< awk '{if ($6==\"mihofer\") {tot+=$4; print ($1,$3,tot)}}' ".iFileName index 0 using 1:($3/1E3) with steps lt 1 lw 3 lc rgb 'turquoise' title 'mihofer',\
"< awk '{if ($6==\"xiaohan\") {tot+=$4; print ($1,$3,tot)}}' ".iFileName index 0 using 1:($3/1E3) with steps lt 1 lw 3 lc rgb 'skyblue' title 'xiaohan',\
"< awk '{if ($6==\"dmirarch\") {tot+=$4; print ($1,$3,tot)}}' ".iFileName index 0 using 1:($3/1E3) with steps lt 1 lw 3 lc rgb 'slategray' title 'dmirarch',\
"< awk '{if ($6==\"dalena\") {tot+=$4; print ($1,$3,tot)}}' ".iFileName index 0 using 1:($3/1E3) with steps lt 1 lw 3 lc rgb 'dark-plum' title 'dalena',\
"< awk '{if ($6==\"mischenk\") {tot+=$4; print ($1,$3,tot)}}' ".iFileName index 0 using 1:($3/1E3) with steps lt 1 lw 3 lc rgb 'dark-goldenrod' title 'mischenk',\
"< awk '{if ($6==\"-\") {tot+=$4; print ($1,$3,tot)}}' ".iFileName index 0 using 1:($3/1E3) with steps lt 1 lw 3 lc rgb 'red' title '-'
"< awk '{if ($6==\"mcrouch\") {print ($0)}}' ".iFileName." | awk '{tot+=$4; print ($1,$3,tot)}END{print ($3,$1,tot)}' " index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'black' title 'mcrouch',\
"< awk '{if ($6==\"ynosochk\") {print ($0)}}' ".iFileName." | awk '{tot+=$4; print ($1,$3,tot)}END{print ($3,$1,tot)}' " index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'dark-green' title 'ynosochk',\
"< awk '{if ($6==\"emaclean\") {print ($0)}}' ".iFileName." | awk '{tot+=$4; print ($1,$3,tot)}END{print ($3,$1,tot)}' " index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'green' title 'emaclean',\
"< awk '{if ($6==\"fvanderv\") {print ($0)}}' ".iFileName." | awk '{tot+=$4; print ($1,$3,tot)}END{print ($3,$1,tot)}' " index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'blue' title 'fvanderv',\
"< awk '{if ($6==\"kaltchev\") {print ($0)}}' ".iFileName." | awk '{tot+=$4; print ($1,$3,tot)}END{print ($3,$1,tot)}' " index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'magenta' title 'kaltchev',\
"< awk '{if ($6==\"phermes\") {print ($0)}}' ".iFileName." | awk '{tot+=$4; print ($1,$3,tot)}END{print ($3,$1,tot)}' " index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'cyan' title 'phermes',\
"< awk '{if ($6==\"nkarast\") {print ($0)}}' ".iFileName." | awk '{tot+=$4; print ($1,$3,tot)}END{print ($3,$1,tot)}' " index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'orange' title 'nkarast',\
"< awk '{if ($6==\"dpellegr\") {print ($0)}}' ".iFileName." | awk '{tot+=$4; print ($1,$3,tot)}END{print ($3,$1,tot)}' " index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'pink' title 'dpellegr',\
"< awk '{if ($6==\"ecruzala\") {print ($0)}}' ".iFileName." | awk '{tot+=$4; print ($1,$3,tot)}END{print ($3,$1,tot)}' " index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'navy' title 'ecruzala',\
"< awk '{if ($6==\"amereghe\") {print ($0)}}' ".iFileName." | awk '{tot+=$4; print ($1,$3,tot)}END{print ($3,$1,tot)}' " index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'purple' title 'amereghe',\
"< awk '{if ($6==\"rdemaria\") {print ($0)}}' ".iFileName." | awk '{tot+=$4; print ($1,$3,tot)}END{print ($3,$1,tot)}' " index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'yellow' title 'rdemaria',\
"< awk '{if ($6==\"jbarranc\") {print ($0)}}' ".iFileName." | awk '{tot+=$4; print ($1,$3,tot)}END{print ($3,$1,tot)}' " index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'dark-blue' title 'jbarranc',\
"< awk '{if ($6==\"giovanno\") {print ($0)}}' ".iFileName." | awk '{tot+=$4; print ($1,$3,tot)}END{print ($3,$1,tot)}' " index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'gold' title 'giovanno',\
"< awk '{if ($6==\"mcintosh\") {print ($0)}}' ".iFileName." | awk '{tot+=$4; print ($1,$3,tot)}END{print ($3,$1,tot)}' " index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'violet' title 'mcintosh',\
"< awk '{if ($6==\"skostogl\") {print ($0)}}' ".iFileName." | awk '{tot+=$4; print ($1,$3,tot)}END{print ($3,$1,tot)}' " index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'dark-red' title 'skostogl',\
"< awk '{if ($6==\"lcoyle\") {print ($0)}}' ".iFileName." | awk '{tot+=$4; print ($1,$3,tot)}END{print ($3,$1,tot)}' " index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'salmon' title 'lcoyle',\
"< awk '{if ($6==\"mihofer\") {print ($0)}}' ".iFileName." | awk '{tot+=$4; print ($1,$3,tot)}END{print ($3,$1,tot)}' " index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'olive' title 'mihofer',\
"< awk '{if ($6==\"xiaohan\") {print ($0)}}' ".iFileName." | awk '{tot+=$4; print ($1,$3,tot)}END{print ($3,$1,tot)}' " index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'skyblue' title 'xiaohan',\
"< awk '{if ($6==\"dmirarch\") {print ($0)}}' ".iFileName." | awk '{tot+=$4; print ($1,$3,tot)}END{print ($3,$1,tot)}' " index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'slategray' title 'dmirarch',\
"< awk '{if ($6==\"dalena\") {print ($0)}}' ".iFileName." | awk '{tot+=$4; print ($1,$3,tot)}END{print ($3,$1,tot)}' " index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'dark-plum' title 'dalena',\
"< awk '{if ($6==\"mischenk\") {print ($0)}}' ".iFileName." | awk '{tot+=$4; print ($1,$3,tot)}END{print ($3,$1,tot)}' " index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'dark-goldenrod' title 'mischenk',\
"< awk '{if ($6==\"-\") {print ($0)}}' ".iFileName." | awk '{tot+=$4; print ($1,$3,tot)}END{print ($3,$1,tot)}' " index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'red' title '-'

set ylabel 'WUs [10^3]'
plot \
Expand Down

0 comments on commit 925244c

Please sign in to comment.