Closed Notgnoshi closed 9 months ago
What if instead of a histogram, I make a timeseries plot with the timestamps as the x-axis, and the time-since-last message as the y-axis?
$ csvplot -y time-since-last-das -y time-since-last-sas --ylim 0 0.2 --xlim 20000 60000 sas.csv
Closes #109 Closes #110 Closes #111 Closes #112 Closes #106 Closes #117
Use case: Given a candump filtered to a specific message, understand the latency distribution.
This isn't a very good example because
cangen
doesn't have enough variance. Here's a real oneAlso note that if you don't specify the number of histogram bins yourself, seaborn took way too long (I gave up) to calculate an appropriate number of bins.