Added gnuplot example file for Activity -> Day of Week.
This commit is contained in:
parent
0e463b1e67
commit
02c83f2746
6
day_of_week.plot
Normal file
6
day_of_week.plot
Normal file
@ -0,0 +1,6 @@
|
||||
set terminal png
|
||||
set size 0.5,0.5
|
||||
set output 'day_of_week.png'
|
||||
unset key
|
||||
set xrange [0.5:7.5]
|
||||
plot 'day_of_week.dat' using 1:2:(0.5) w boxes fs solid
|
Loading…
x
Reference in New Issue
Block a user