/catterplotpy

A tool for creating catterplots in Python with matplotlib

Primary LanguagePythonApache License 2.0Apache-2.0

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.