Change folder structure for final release without clutter

This commit is contained in:
Paul Norberger
2020-02-07 16:37:20 +01:00
parent 9fd7e2b077
commit 0b619f91bb
748 changed files with 53568 additions and 640 deletions

View File

@@ -0,0 +1,20 @@
set title "Arbeitsladung pro Woche"
set style data histogram
set style fill solid border rgb "black"
set auto x
set yrange[0:*]
unset ytics
set xlabel "Kalenderwoche"
set ylabel "Änderungen"
set border 0
set xtics border nomirror out
plot 'output.dat' using 2:xtic(1) notitle, \
'' using 3:xtic(1) notitle, \
'' using 4:xtic(1) notitle, \
'' using 5:xtic(1) notitle, \
'' using 6:xtic(1) notitle, \
'' using 7:xtic(1) notitle