Metadata-Version: 2.1
Name: scatterd
Version: 1.2.4
Summary: scatterd is an easy and fast way of creating scatter plots.
Home-page: https://erdogant.github.io/scatterd
Download-URL: https://github.com/erdogant/scatterd/archive/1.2.4.tar.gz
Author: Erdogan Taskesen
Author-email: erdogant@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3
Description-Content-Type: text/markdown
License-File: LICENSE

# 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#)
<!---[![BuyMeCoffee](https://img.shields.io/badge/buymea-coffee-yellow.svg)](https://www.buymeacoffee.com/erdogant)-->
<!---[![Coffee](https://img.shields.io/badge/coffee-black-grey.svg)](https://erdogant.github.io/donate/?currency=USD&amount=5)-->

* ``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. 

<hr> 

### Examples

# 

* [Example: Quick scatterplot](https://erdogant.github.io/scatterd/pages/html/Examples.html#)

<p align="left">
  <a href="https://erdogant.github.io/scatterd/pages/html/Examples.html#">
  <img src="https://github.com/erdogant/scatterd/blob/master/docs/figs/fig1_simple.png" width="600" />
  </a>
</p>

# 

* [Example: Coloring Dots](https://erdogant.github.io/scatterd/pages/html/Examples.html#coloring-dots)

<p align="left">
  <a href="https://erdogant.github.io/scatterd/pages/html/Examples.html#coloring-dots">
  <img src="https://github.com/erdogant/scatterd/blob/master/docs/figs/fig2_red.png" width="600" />
  </a>
</p>


# 

* [Example: Overlay with Kernel Density](https://erdogant.github.io/scatterd/pages/html/Examples.html#overlay-with-kernel-density)

<p align="left">
  <a href="https://erdogant.github.io/scatterd/pages/html/Examples.html#overlay-with-kernel-density">
  <img src="https://github.com/erdogant/scatterd/blob/master/docs/figs/fig_density_4.png" width="600" />
  </a>
</p>


# 

* [Example: Dark scatterplot](https://erdogant.github.io/scatterd/pages/html/Examples.html#customized-colormap)

<p align="left">
  <a href="https://erdogant.github.io/scatterd/pages/html/Examples.html#customized-colormap">
  <img src="https://github.com/erdogant/scatterd/blob/master/docs/figs/custom_args.png" width="600" />
  </a>
</p>

<hr>

### Support

	This project needs some love! ❤️ You can help in various ways.

	* Become a Sponsor!
	* Star this repo at the github page.
	* Other contributions can be in the form of feature requests, idea discussions, reporting bugs, opening pull requests.
	* Read more why becoming an sponsor is important on the Sponsor Github Page.
	
	Cheers Mate.


