API Response Times — Violin Plot Example

This dataset is the argument for violin plots. Both regions have a similar median, but only one has two distinct latency modes.

Open the blank violin plot editor
API Response Times — Violin Plot Example — chart previewA simplified violin plot preview drawn by FastChart.
Chart type
Your data24 rows · 2 cols
CSV detected
Live previewUpdates as you type · nothing leaves your browser
80100120140160EU — median 110.5, n=12EUUS — median 115.5, n=12US
Violin plot of Latency (ms) by Region — 24 data points.
Export

Reading the chart

What this example shows

  • The US distribution has two clear bulges — a fast path and a slow path, most likely a cache hit versus miss.
  • EU is unimodal and tightly clustered despite a similar median, so the averages of these two regions mean very different things.
  • A box plot of this same data would show comparable medians and hide the split entirely.

The data

Paste-ready dataset

Region,Latency (ms)
EU,96
EU,99
EU,102
EU,104
EU,108
EU,109
EU,112
EU,114
EU,118
EU,121
EU,124
EU,127
US,86
US,88
US,91
US,94
US,96
US,99
US,132
US,136
US,138
US,141
US,146
US,149

Illustrative latency samples with a deliberately bimodal US distribution. Replace with your own before publishing.