Apparently matplotlib has issues on ubuntu and these two commands are needed: ``` sudo apt-get install libfreetype6-dev sudo apt-get install libpng12-0-dev ``` We should add that to the readme somewhere.