summaryrefslogtreecommitdiff
path: root/tools/dev/iz/defect.dem
blob: 7756b7ccc0027872029ea905037089df0acc1c31 (plain)
1
2
3
4
5
6
set title "Subversion DEFECT Activity"
set boxwidth 0.5
set data style lines
set key 10, 60
plot "/tmp/points.found.DEFECT" title "found" with boxes, "/tmp/points.fixed.DEFECT" title "fixed" with boxes, "/tmp/points.avg.DEFECT" title "moving avg", "/tmp/points.open.DEFECT" title "open"
pause -1 "Hit return to continue"