About
I’m a computer scientist living in Midtown Manhattan. I like thinking about emerging technologies, software development, and business ideas. I have a penchant for writing software that analyzes, mimics, or facilitates interactions between people and their machines. This notebook is my public outlet for those thoughts and explorations.
Joseph Reagle said
In your “Fantasy Football Pickem Strategy Results after Week 4″ entry, what did you use to print the pretty summary of stats? Your plot looks like matplotlib, but I don’t see any pretty 5-figure summary function in scipy.
Greg said
I use Python’s pylab. In particular, I used the “boxplot” function on the axes object returned from a call to pylab.axes().