Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/eteq/catterplotpy

A tool for creating catterplots in Python with matplotlib
https://github.com/eteq/catterplotpy

cats matplotlib python

Last synced: 3 months ago
JSON representation

A tool for creating catterplots in Python with matplotlib

Awesome Lists containing this project

README

        

# catterplotpy

Catter plots... now in Python!



All you should need to do is install via ``python setup.py install`` and then:
```python
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](https://github.com/Gibbsdavidl/CatterPlots). The
cat shapes are directly derived from that work.