Syntax for plotting sector times over the course of a race #374
Unanswered
MooshuBeef
asked this question in
Q&A
Replies: 1 comment
-
For strategy visualization, check out the example in my PR #372 For lap times (or sector times) visualization, #369 may be helpful. I am using seaborn in all of my examples to get colour coding for the compounds. If you don't care for that, the equivalent in matplotlib is:
If you want to put all the drivers on the same plot:
If you want to separate the drivers onto different plots:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all - am struggling with syntax for being able to plot sector times over the course of a race. Ultimately I want to compare sector times of drivers on the same tire strategy over a race, but I am a noob and struggling with syntax. Would love even just basic examples of the correct syntax even if I have to call out the specific drivers. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions