-
Recent Posts
Recent Comments
Joe Rybicki on Paste as plain text with … bl4ckb1rd on Adding a session to a Django r… Rag on Copying the config from a Cisc… Mike on Copying the config from a Cisc… JIBBER!!!! on Adding a session to a Django r… Archives
Tag Archives: visualization
Plotting a counting process in an IPython notebook
There are lots of interesting timeseries data in software systems: events that occur over time such as numbers of users signed up, or errors of a certain type. I like visualizing these as a counting process, which is a cumulative count of the … Continue reading