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

https://github.com/erdogant/scatterd

Scatterd is a Python package for easy and fast creation of beautiful scatter plots.
https://github.com/erdogant/scatterd

python scatter scatterplot scattertext

Last synced: 2 months ago
JSON representation

Scatterd is a Python package for easy and fast creation of beautiful scatter plots.

Awesome Lists containing this project

README

          

# scatterd

[![Python](https://img.shields.io/pypi/pyversions/scatterd)](https://img.shields.io/pypi/pyversions/scatterd)
[![Pypi](https://img.shields.io/pypi/v/scatterd)](https://pypi.org/project/scatterd/)
[![Docs](https://img.shields.io/badge/Sphinx-Docs-Green)](https://erdogant.github.io/scatterd/)
[![LOC](https://sloc.xyz/github/erdogant/scatterd/?category=code)](https://github.com/erdogant/scatterd/)
[![Downloads](https://static.pepy.tech/personalized-badge/scatterd?period=month&units=international_system&left_color=grey&right_color=brightgreen&left_text=PyPI%20downloads/month)](https://pepy.tech/project/scatterd)
[![Downloads](https://static.pepy.tech/personalized-badge/scatterd?period=total&units=international_system&left_color=grey&right_color=brightgreen&left_text=Downloads)](https://pepy.tech/project/scatterd)
[![License](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/erdogant/scatterd/blob/master/LICENSE)
[![Forks](https://img.shields.io/github/forks/erdogant/scatterd.svg)](https://github.com/erdogant/scatterd/network)
[![Issues](https://img.shields.io/github/issues/erdogant/scatterd.svg)](https://github.com/erdogant/scatterd/issues)
[![Project Status](http://www.repostatus.org/badges/latest/active.svg)](http://www.repostatus.org/#active)
[![DOI](https://zenodo.org/badge/234931793.svg)](https://zenodo.org/badge/latestdoi/234931793)
[![Medium](https://img.shields.io/badge/Medium-Blog-green)](https://erdogant.github.io/scatterd/pages/html/Documentation.html#medium-blog)
![GitHub Repo stars](https://img.shields.io/github/stars/erdogant/scatterd)
![GitHub repo size](https://img.shields.io/github/repo-size/erdogant/scatterd)
[![Donate](https://img.shields.io/badge/Support%20this%20project-grey.svg?logo=github%20sponsors)](https://erdogant.github.io/scatterd/pages/html/Documentation.html#)

* ``scatterd`` is a python package to creating scatter plots in a easy and fast manner.
#
**⭐️ Star this repo if you like it ⭐️**
#

#### Install scatterd from PyPI

```bash
pip install scatterd
```

#### Import scatterd package

```python
from scatterd import scatterd
```
#

### [Documentation pages](https://erdogant.github.io/scatterd/)

On the [documentation pages](https://erdogant.github.io/scatterd/) you can find detailed information about the working of the ``scatterd`` with many examples.


### Examples

#

| [Example: Coloring Dots](https://erdogant.github.io/scatterd/pages/html/Examples.html#coloring-dots) | [Example: Overlay with Kernel Density](https://erdogant.github.io/scatterd/pages/html/Examples.html#overlay-with-kernel-density) |
|:--:|:--:|
| [![](https://github.com/erdogant/scatterd/blob/master/docs/figs/fig2_red.png)](https://erdogant.github.io/scatterd/pages/html/Examples.html#coloring-dots) | [![](https://github.com/erdogant/scatterd/blob/master/docs/figs/fig_density_4.png)](https://erdogant.github.io/scatterd/pages/html/Examples.html#overlay-with-kernel-density) |

| [Example: Dark scatterplot](https://erdogant.github.io/scatterd/pages/html/Examples.html#customized-colormap) | [Example with PCA projection](https://erdogant.github.io/scatterd/pages/html/Examples.html#pca) |
|:--:|:--:|
| [![](https://github.com/erdogant/scatterd/blob/master/docs/figs/custom_args.png)](https://erdogant.github.io/scatterd/pages/html/Examples.html#customized-colormap) | [![](https://github.com/erdogant/scatterd/blob/master/docs/figs/pca.png)](https://erdogant.github.io/scatterd/pages/html/Examples.html#pca) |


### Contributors





### Maintainer
* Erdogan Taskesen, github: [erdogant](https://github.com/erdogant)
* Contributions are welcome.
* Yes! This library is entirely **free** but it runs on coffee! :) Feel free to support with a Coffee.

[![Buy me a coffee](https://img.buymeacoffee.com/button-api/?text=Buy+me+a+coffee&emoji=&slug=erdogant&button_colour=FFDD00&font_colour=000000&font_family=Cookie&outline_colour=000000&coffee_colour=ffffff)](https://www.buymeacoffee.com/erdogant)