I have time series latency data processed by python and am trying to generate a latency heat map as described in Visualizing System Latency. Other examples include epochjs and Circonus. These are sometimes also called a timeseries heatmap.
They are a natural way to visualize the entire distribution of latency values over time instead of just the mean, 95th percentile or other summary statistic. I've looked at the galleries for pandas, bokeh, matplotlib, and seaborn without finding an example.