On Tue, May 18, 2010 at 3:07 AM, Scott Ritchie scott@open-vote.org wrote:
What tool are you using to make them?
gnuplot. The script (if you can call it that) I use is at http://code.google.com/p/winezeug/source/browse/trunk/yagmark-plot.sh
I recommend cairoplot, it's the tool I used in the model I made here: http://yokozar.org/blog/archives/48
It outputs svgs just the same, but is nice and pretty and pythonic. We could then script interesting things automatically, such as having the chart automatically use the previous max benchmark as its first or second node.
I'll improve what I've got a bit, but at the moment I don't see a reason to switch away from gnuplot. - Dan
On Tue, May 18, 2010 at 2:42 PM, Dan Kegel dank@kegel.com wrote:
On Tue, May 18, 2010 at 3:07 AM, Scott Ritchie scott@open-vote.org wrote:
What tool are you using to make them?
gnuplot. The script (if you can call it that) I use is at http://code.google.com/p/winezeug/source/browse/trunk/yagmark-plot.sh
I recommend cairoplot, it's the tool I used in the model I made here: http://yokozar.org/blog/archives/48
It outputs svgs just the same, but is nice and pretty and pythonic. We could then script interesting things automatically, such as having the chart automatically use the previous max benchmark as its first or second node.
I'll improve what I've got a bit, but at the moment I don't see a reason to switch away from gnuplot.
- Dan
Myself I'm a big fan of matplotlot (it has a Matlab like syntax) for use with python and can do a lot. If it works like it is, just keep it.
Roderick