@hollus/@f1316
One is to color code the times as in a rainbow from blue to red, something like 15 different color shades from bluest for the fastest to reddest for the slowest going around the rainbow in between. You lose your "pink", but you can still bold the fastest time of each car.
The colouring I use at the moment is grey for everything except green (driver's best time so far in the session) and purple (best time in session overall so far). The empty circles are outlaps, the dotted circles are pit laps. (If the session is red flagged, it seems from timing sheets that cars that pit don't get timed as they pit?)
Alternatively, a graph behind the numbers showing the times relative to the fastest lap of that car, the scale could cover only 5 or 10 seconds from there.
Yes - I've been pondering ways of best showing that. It can be a tricky balance trying to make charts that are "glanceable" and ones that require a deeper, more focussed (and skilled) reading whilst still remaining clear and not over cluttered. Sometimes, we need several charts, each revealing something different about the data.
What program are you using to make them?
I'm using R and the ggplot2 graphics library. The recipes all end up fully described in leanpub.com/wranglingf1datawithr/ at some point (the session utilisation charts are in a new chapter that I hope to push later today, or tomorrow at the latest).
would be good to group teammates together and/or order the drivers in terms of faster overall laps. Found myself jumping around a bit to compare Ferrari and Mercedes.
Yes - that could be useful; would make it easier to see team strategies and compare drivers in a team more easily....hmmm...
At the moment the vertical y-axis is automatically ordered by name. I've been pondering different orderings, eg order by best laptime, order by order in which cars went out on to track, order by stint count or lap number etc. With team groupings, how would they be ordered? I'm not sure if personal preference will dictate the "best" order, or whether there is something meaningful that can be pulled out of a particular ordering (eg the session classification ordering).