From e7fcc7384ae8da3fd6d2f62816e3d54b2bcf9b3d Mon Sep 17 00:00:00 2001 From: formulatimer <71012769+formulatimer@users.noreply.github.com> Date: Thu, 28 Mar 2024 20:02:58 +0100 Subject: [PATCH] Update plotting.py --- fastf1/plotting.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastf1/plotting.py b/fastf1/plotting.py index 588f2051c..b605928a1 100644 --- a/fastf1/plotting.py +++ b/fastf1/plotting.py @@ -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).