Race history charts - calculated by subtracting current elapsed time from the leader's elapsed time on the same lap count.
BTCC, Round 3:
It's also possible to generate laptimes from the timing data:
Formula Renault, Round 2:
Porsche Carrera Cup, Round 2:
Renault Clio Cup, Round 2:
Ginetta Junior, Round 2:
Charts are generated using gnuplot with commands of the form:
set term x11
set datafile separator ','
set yrange [1:20]
set yrange [100:5]
set title "BTCC Round 3, Oulton Park, 2011"
plot srcfile u ($2=='11'?$3:1/0):($7) w l title 'Wrathall',srcfile u ($2=='1'?$3:1/0):($7) w l title 'Plato',srcfile u ($2=='13'?$3:1/0):($7) w l title 'Austin',srcfile u ($2=='20'?$3:1/0):($7) w l title 'MacDowall',srcfile u ($2=='22'?$3:1/0):($7) w l title 'Boardman',srcfile u ($2=='17'?$3:1/0):($7) w l title 'Newsham',srcfile u ($2=='55'?$3:1/0):($7) w l title 'Smith',srcfile u ($2=='18'?$3:1/0):($7) w l title 'Foster',srcfile u ($2=='44'?$3:1/0):($7) w l title 'Neate',srcfile u ($2=='66'?$3:1/0):($7) w l title 'Griffin',srcfile u ($2=='28'?$3:1/0):($7) w l title 'George',srcfile u ($2=='43'?$3:1/0):($7) w l title 'Wood',srcfile u ($2=='52'?$3:1/0):($7) w l title 'Shedden',srcfile u ($2=='77'?$3:1/0):($7) w l title 'Jordan',srcfile u ($2=='2'?$3:1/0):($7) w l title 'Neal',srcfile u ($2=='5'?$3:1/0):($7) w l title 'Chilton',srcfile u ($2=='7'?$3:1/0):($7) w l title 'Jackson',srcfile u ($2=='14'?$3:1/0):($7) w l title 'Nash',srcfile u ($2=='8'?$3:1/0):($7) w l title 'Collard',srcfile u ($2=='34'?$3:1/0):($7) w l title 'Gilham',srcfile u ($2=='50'?$3:1/0):($7) w l title 'Hughes'
See also: BTCC 2011 Oulton Park - Lap Charts
No comments:
Post a Comment
There seem to be a few issues with posting comments. I think you need to preview your comment before you can submit it... Any problems, send me a message on twitter: @psychemedia