Skip to content

Latest commit

 

History

History

23-plot

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Plotting Latency Distributions with gonum,

Watch the episode here:

Visualizing data is almost a prerequisite to understand it, and while Python has the amazing numpy and pyplot libraries not many know about the Go alternatives.

In this episode I'll show you how to use gonum.org in order to plot the distribution of the latencies for an HTTP endpoint using only Go's gonum.

References: