Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-03-22T18:20:36.000Z (almost 3 years ago)
- Last Synced: 2024-11-01T06:51:35.451Z (3 months ago)
- Topics: cats, matplotlib, python
- Language: Python
- Homepage:
- Size: 185 KB
- Stars: 51
- Watchers: 4
- 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.