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.