From 737cea204fd988261f57a5517d5144eba53d60b3 Mon Sep 17 00:00:00 2001 From: Casper Guo Date: Mon, 21 Oct 2024 00:33:19 -0400 Subject: [PATCH] Rename `visa_rb` key to `rb` --- fastf1/plotting/_constants/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastf1/plotting/_constants/__init__.py b/fastf1/plotting/_constants/__init__.py index f79bf1aa2..f1bfc2155 100644 --- a/fastf1/plotting/_constants/__init__.py +++ b/fastf1/plotting/_constants/__init__.py @@ -25,7 +25,7 @@ 'mercedes': '#00d2be', 'ferrari': '#dc0000', 'red bull': '#fcd700', 'mclaren': '#ff8700', 'alpine': '#fe86bc', 'aston martin': '#006f62', - 'sauber': '#00e701', 'visa rb': '#1634cb', + 'sauber': '#00e701', 'rb': '#1634cb', 'haas': '#ffffff', 'williams': '#00a0dd' }