Building matplotlib on Mac OS snow leopard
I spent a lot of time trying to figure out how to build matplotlib on Snow Leopard without using macports - I prefer to use homebrew instead and ended up with incompatible binaries, until I found ['This'](http://blog.hyperjeff.net/?p=160 "this post"). Notes
Edit make.osx
MACOSX_DEPLOYMENT_TARGET=10 ...more ...