mirror of
https://github.com/creyD/intelliphoto.git
synced 2026-04-14 04:10:31 +02:00
Change folder structure for final release without clutter
This commit is contained in:
20
docs-src/Charts/Author Work per Week/workload_per_week.plt
Normal file
20
docs-src/Charts/Author Work per Week/workload_per_week.plt
Normal 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
|
||||
Reference in New Issue
Block a user