Skip to main content
Throttle maps show where and how much throttle drivers apply around the circuit. The visualization shows driving style, traction zones, and the areas of maximum throttle. Track throttle map showing throttle application percentage

Loading the Session

Getting Throttle Data

Throttle values range from 0 (no throttle) to 100 (full throttle).

Creating the Throttle Map

Parameters

The native chart accepts the shared filters plus a few chart-specific options. Change the color scale with cmap, or write the figure straight to a file with save_path:
The default cmap='RdYlGn' with a fixed 0-100% scale matches the chart above.

Complete Example

The whole workflow above is wrapped in a single native function:

Analyzing Throttle Patterns

  • Green sections: Full throttle on straights
  • Yellow/orange: Partial throttle through fast corners
  • Red sections: Minimal or no throttle in slow corners
  • Gradients: Show how smoothly drivers apply throttle
High-speed corners with partial throttle indicate where drivers balance speed with traction limits.

Next Steps

Last modified on September 3, 2026