From c1c763c7db0a85ff17b9c1c7b68728d6d7a46cac Mon Sep 17 00:00:00 2001 From: formulatimer <71012769+formulatimer@users.noreply.github.com> Date: Wed, 24 Jul 2024 17:22:43 +0200 Subject: [PATCH] Doc updated --- fastf1/plotting/_interface.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fastf1/plotting/_interface.py b/fastf1/plotting/_interface.py index 72b97786a..40f0119bd 100644 --- a/fastf1/plotting/_interface.py +++ b/fastf1/plotting/_interface.py @@ -735,6 +735,8 @@ def add_sorted_driver_legend( Args: ax: An instance of a Matplotlib ``Axes`` object session: the session for which the data should be obtained + *args: Matplotlib legend args + **kwargs: Matplotlib legend kwargs Returns: ``matplotlib.legend.Legend``