Skip to content

Easily generate some standard plots from tabular data in Python

Notifications You must be signed in to change notification settings

supernifty/plotme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

plotme

Easy plotting of common graphs with TSV inputs

Installation

pip install git+https://github.com/supernifty/plotme

heatmap

python plotme/heatmap.py --x x --y y --z z < test/box.tsv

bar

box

python plotme/box.py --x x --y y --z z < test/box.tsv

hist

python plotme/hist.py --label x --value z < test/box.tsv

About

Easily generate some standard plots from tabular data in Python

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages