Skip to content

mvinyard/vinplots

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vinplots

PyPI pyversions PyPI version Code style: black

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 .

Quickstart

import vinplots

fig, axes = vinplots.quick_plot()

For more documentation, see: here.