Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 720 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 720 Bytes

catterplotpy

Catter plots... now in Python!

All you should need to do is install via python setup.py install and then:

from catterplot import catter
catter(x, y, ...)

See the catterplot docstring for all the available options.

This work was inspired in large part by David L Gibbs' R catterplot. The cat shapes are directly derived from that work.