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
- Host: GitHub
- URL: https://github.com/eteq/catterplotpy
- Owner: eteq
- License: apache-2.0
- Created: 2017-02-20T06:40:21.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-03-22T18:20:36.000Z (over 3 years ago)
- Last Synced: 2025-04-10T13:58:09.487Z (3 months ago)
- Topics: cats, matplotlib, python
- Language: Python
- Homepage:
- Size: 185 KB
- Stars: 53
- Watchers: 3
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.