Skip to main content
This tutorial shows you how to create a professional qualifying results chart that displays all drivers’ performance relative to pole position, with team colors for easy identification. Qualifying results showing gap to pole position for all drivers

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.
This gives you a clear view of how far each driver was from pole position.

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.

Qualifying Analysis

Deep dive into qualifying data

Driver Lap Times

Analyze lap time progression

Data Visualization

More visualization techniques

Plotting API

Plotting functions reference
Last modified on March 6, 2026