1
0
Fork 0

Added plot offset for tasktime

master
Mike Gerwitz 2013-08-30 09:35:02 -04:00
parent 6aef6ccdf4
commit 71e7c5d9df
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ set style fill transparent pattern 4 border -1
set xlabel "Date"
set ylabel "Hours"
set grid y
set xrange [*:1]
set offsets 1, 1, 0, 0
set xtics rotate by -45
plot "tasktime.dat" using 1:6:6:7:7:xtic(2) title 'Overlap Time Interval' \