Michael Vinyard's python plotting assistant
To install (Current release: v0.0.75
):
pip install vinplots
To install the development version:
git clone https://github.com/mvinyard/vinplots.git; cd vinplots
pip install -e .
import vinplots
fig, axes = vinplots.quick_plot()
For more documentation, see: here.