I have a file with about a couple thousand entries in the form
timestamp cmdType latency
I want an automated script to graph all the points on a graph. What is the best way to write a script for creating the graph 9and in what language. No java)? I dont want to open excel and import points etc etc.
Prior to matplotlib coming around, gnuplot was pretty much the de facto standard when it came to graphing data. Plotting is very similar to MATLAB, and scripts are generally easy to set up.
They have demos to show you what it’s like and some tutorials to boot.
It’s also very easy to install on Windows and Linux — I haven’t tried it on a Mac but I bet it’s a breeze there too.