API Reference
apply_style(color_scheme='fastf1', timedelta_support=True)
Apply a consistent Matplotlib style.
Uses FastF1's built-in styling (dark theme by default) and a few readability tweaks.
Source code in src/fastf1_analytics/plotting.py
13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 | |
load_session(year, gp, session, *, cache='.fastf1')
Load a FastF1 session with optional local cache directory.
Source code in src/fastf1_analytics/session_loader.py
7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | |