Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 754 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 754 Bytes

mpl_plot.py

Build Status

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.

How to use:

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

Plots using or based on mpl_plot:

Maybe I'll update this. Unlikely.