
Overview
The qualifying results chart is a horizontal bar chart that shows:- Each driver’s position in qualifying order (fastest at top)
- Gap to pole position in seconds
- Team colors for visual identification
- Clear pole position reference
Loading the data
First, load the qualifying session and get all drivers’ fastest laps.Getting fastest laps per driver
Extract each driver’s fastest lap from the session.Calculating gap to pole
The chart shows time differences from pole position, not absolute lap times.Getting team colors
Use tif1’s built-in color mapping to get official team colors.Creating the visualization
Build a horizontal bar chart with proper formatting.Complete example
Here’s the full code in one place:Customization options
Enhance the chart with additional features:Comparing multiple sessions
Create side-by-side comparisons of different qualifying sessions:Exporting the chart
Save the visualization for reports or presentations:Key insights from the chart
This visualization helps you quickly identify:- Pole position and front row starters
- Gaps between drivers and teams
- Team performance clusters
- Drivers who significantly outperformed or underperformed
- Q1/Q2 elimination cutoffs (positions 16-20, 11-15)
Summary
The qualifying results chart provides an intuitive way to understand the competitive order and performance gaps in qualifying. By using team colors and showing gaps to pole, it makes it easy to spot patterns and compare driver performance at a glance.Related Pages
Qualifying Analysis
Deep dive into qualifying data
Driver Lap Times
Analyze lap time progression
Data Visualization
More visualization techniques
Plotting API
Plotting functions reference