Added gnuplot example file for Activity -> Day of Week.

This commit is contained in:
Heikki Hokkanen 2007-08-07 15:02:58 +03:00
parent 0e463b1e67
commit 02c83f2746

6
day_of_week.plot Normal file
View 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