Skip to content

Commit

Permalink
Update plotting.py
Browse files Browse the repository at this point in the history
  • Loading branch information
formulatimer authored Mar 28, 2024
1 parent 01ae835 commit e7fcc73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastf1/plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def warn_change(self):
'red bull': '#fcd700', 'mclaren': '#ff8700',
'alpine': '#fe86bc', 'aston martin': '#006f62',
'sauber': '#00e701', 'visa rb': '#1634cb',
'haas': '#ffffff', 'williams': '#00a0dd'
'haas': '#ffffff', 'williams': '#00a0dd',
'alfa romeo': '#00e701', 'alphatauri': '#1634cb'
})
"""Mapping of team names to team colors (hex color codes).
Expand Down

0 comments on commit e7fcc73

Please sign in to comment.