1
0
Fork 0
lvspec/plot/tasktime

9 lines
242 B
Plaintext
Raw Normal View History

2013-08-28 13:56:10 -04:00
set terminal png
set bars 4.0
set xlabel "Date"
set ylabel "Man Hours"
set grid y
set tics scale 0.0
plot "tasktime.dat" using 1:3:4:3:4:xtic(2) title 'Time Interval' with candlesticks, \
"tasktime.dat" using 1:5 title 'Mean' with lines