scatterd


Namescatterd JSON
Version 1.3.7 PyPI version JSON
download
home_pagehttps://erdogant.github.io/scatterd
Summaryscatterd is an easy and fast way of creating scatter plots.
upload_time2023-08-25 09:43:08
maintainer
docs_urlNone
authorErdogan Taskesen
requires_python>=3
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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.

            

Raw data

            {
    "_id": null,
    "home_page": "https://erdogant.github.io/scatterd",
    "name": "scatterd",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3",
    "maintainer_email": "",
    "keywords": "",
    "author": "Erdogan Taskesen",
    "author_email": "erdogant@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/01/69/913d66f1c3c8a050a672a126c406823867d24c258d9a16e6714310d5dc3f/scatterd-1.3.7.tar.gz",
    "platform": null,
    "description": "# scatterd\r\n\r\n[![Python](https://img.shields.io/pypi/pyversions/scatterd)](https://img.shields.io/pypi/pyversions/scatterd)\r\n[![Pypi](https://img.shields.io/pypi/v/scatterd)](https://pypi.org/project/scatterd/)\r\n[![Docs](https://img.shields.io/badge/Sphinx-Docs-Green)](https://erdogant.github.io/scatterd/)\r\n[![LOC](https://sloc.xyz/github/erdogant/scatterd/?category=code)](https://github.com/erdogant/scatterd/)\r\n[![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)\r\n[![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)\r\n[![License](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/erdogant/scatterd/blob/master/LICENSE)\r\n[![Forks](https://img.shields.io/github/forks/erdogant/scatterd.svg)](https://github.com/erdogant/scatterd/network)\r\n[![Issues](https://img.shields.io/github/issues/erdogant/scatterd.svg)](https://github.com/erdogant/scatterd/issues)\r\n[![Project Status](http://www.repostatus.org/badges/latest/active.svg)](http://www.repostatus.org/#active)\r\n[![DOI](https://zenodo.org/badge/234931793.svg)](https://zenodo.org/badge/latestdoi/234931793)\r\n[![Medium](https://img.shields.io/badge/Medium-Blog-green)](https://erdogant.github.io/scatterd/pages/html/Documentation.html#medium-blog)\r\n![GitHub Repo stars](https://img.shields.io/github/stars/erdogant/scatterd)\r\n![GitHub repo size](https://img.shields.io/github/repo-size/erdogant/scatterd)\r\n[![Donate](https://img.shields.io/badge/Support%20this%20project-grey.svg?logo=github%20sponsors)](https://erdogant.github.io/scatterd/pages/html/Documentation.html#)\r\n<!---[![BuyMeCoffee](https://img.shields.io/badge/buymea-coffee-yellow.svg)](https://www.buymeacoffee.com/erdogant)-->\r\n<!---[![Coffee](https://img.shields.io/badge/coffee-black-grey.svg)](https://erdogant.github.io/donate/?currency=USD&amount=5)-->\r\n\r\n* ``scatterd`` is a python package to creating scatter plots in a easy and fast manner.\r\n# \r\n**\u2b50\ufe0f Star this repo if you like it \u2b50\ufe0f**\r\n#\r\n\r\n#### Install scatterd from PyPI\r\n\r\n```bash\r\npip install scatterd\r\n```\r\n\r\n#### Import scatterd package\r\n\r\n```python\r\nfrom scatterd import scatterd\r\n```\r\n# \r\n\r\n\r\n### [Documentation pages](https://erdogant.github.io/scatterd/)\r\n\r\nOn the [documentation pages](https://erdogant.github.io/scatterd/) you can find detailed information about the working of the ``scatterd`` with many examples. \r\n\r\n<hr> \r\n\r\n### Examples\r\n\r\n# \r\n\r\n* [Example: Quick scatterplot](https://erdogant.github.io/scatterd/pages/html/Examples.html#)\r\n\r\n<p align=\"left\">\r\n  <a href=\"https://erdogant.github.io/scatterd/pages/html/Examples.html#\">\r\n  <img src=\"https://github.com/erdogant/scatterd/blob/master/docs/figs/fig1_simple.png\" width=\"600\" />\r\n  </a>\r\n</p>\r\n\r\n# \r\n\r\n* [Example: Coloring Dots](https://erdogant.github.io/scatterd/pages/html/Examples.html#coloring-dots)\r\n\r\n<p align=\"left\">\r\n  <a href=\"https://erdogant.github.io/scatterd/pages/html/Examples.html#coloring-dots\">\r\n  <img src=\"https://github.com/erdogant/scatterd/blob/master/docs/figs/fig2_red.png\" width=\"600\" />\r\n  </a>\r\n</p>\r\n\r\n\r\n# \r\n\r\n* [Example: Overlay with Kernel Density](https://erdogant.github.io/scatterd/pages/html/Examples.html#overlay-with-kernel-density)\r\n\r\n<p align=\"left\">\r\n  <a href=\"https://erdogant.github.io/scatterd/pages/html/Examples.html#overlay-with-kernel-density\">\r\n  <img src=\"https://github.com/erdogant/scatterd/blob/master/docs/figs/fig_density_4.png\" width=\"600\" />\r\n  </a>\r\n</p>\r\n\r\n\r\n# \r\n\r\n* [Example: Dark scatterplot](https://erdogant.github.io/scatterd/pages/html/Examples.html#customized-colormap)\r\n\r\n<p align=\"left\">\r\n  <a href=\"https://erdogant.github.io/scatterd/pages/html/Examples.html#customized-colormap\">\r\n  <img src=\"https://github.com/erdogant/scatterd/blob/master/docs/figs/custom_args.png\" width=\"600\" />\r\n  </a>\r\n</p>\r\n\r\n<hr>\r\n\r\n### Support\r\n\r\n\tThis project needs some love! \u2764\ufe0f You can help in various ways.\r\n\r\n\t* Become a Sponsor!\r\n\t* Star this repo at the github page.\r\n\t* Other contributions can be in the form of feature requests, idea discussions, reporting bugs, opening pull requests.\r\n\t* Read more why becoming an sponsor is important on the Sponsor Github Page.\r\n\t\r\n\tCheers Mate.\r\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "scatterd is an easy and fast way of creating scatter plots.",
    "version": "1.3.7",
    "project_urls": {
        "Download": "https://github.com/erdogant/scatterd/archive/1.3.7.tar.gz",
        "Homepage": "https://erdogant.github.io/scatterd"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6aa976be12419fe5475ac69fa9856e1a33df2a73c11bf2fa4a2365b0fa12f371",
                "md5": "e72e0e84d977d87c90c8083309550345",
                "sha256": "fbce6c812d5d500364f6d38772e602723c5442e05ae175fba7ac7a59b9eb1353"
            },
            "downloads": -1,
            "filename": "scatterd-1.3.7-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e72e0e84d977d87c90c8083309550345",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3",
            "size": 12343,
            "upload_time": "2023-08-25T09:43:06",
            "upload_time_iso_8601": "2023-08-25T09:43:06.434659Z",
            "url": "https://files.pythonhosted.org/packages/6a/a9/76be12419fe5475ac69fa9856e1a33df2a73c11bf2fa4a2365b0fa12f371/scatterd-1.3.7-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0169913d66f1c3c8a050a672a126c406823867d24c258d9a16e6714310d5dc3f",
                "md5": "69e3e427c2cb74963f956dbbde192b30",
                "sha256": "35bf5f9032e029760183083a91a0afaaf2d78ba502e0bbbffb2b0c0fe20244d0"
            },
            "downloads": -1,
            "filename": "scatterd-1.3.7.tar.gz",
            "has_sig": false,
            "md5_digest": "69e3e427c2cb74963f956dbbde192b30",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3",
            "size": 13231,
            "upload_time": "2023-08-25T09:43:08",
            "upload_time_iso_8601": "2023-08-25T09:43:08.305427Z",
            "url": "https://files.pythonhosted.org/packages/01/69/913d66f1c3c8a050a672a126c406823867d24c258d9a16e6714310d5dc3f/scatterd-1.3.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-25 09:43:08",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "erdogant",
    "github_project": "scatterd",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "scatterd"
}
        
Elapsed time: 0.21337s