Utilties for prettier plots.
This is a one-file Python module for matplotlib users.
Just from mpl_plot import *
at the top of your plotting code.
Don't bother cloning this repo unless you want to contribute changes. Just take a snapshot:
Linux: wget https://raw.githubusercontent.com/rdadolf/mpl_plot/master/mpl_plot.py
OS X: curl -O https://raw.githubusercontent.com/rdadolf/mpl_plot/master/mpl_plot.py
Browser: mpl_plot.py
Maybe I'll update this. Unlikely.