Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jefferyustc/python-dotplot
Light Weighted dotplot drawer
https://github.com/jefferyustc/python-dotplot
dotplot python-dotplot
Last synced: about 1 month ago
JSON representation
Light Weighted dotplot drawer
- Host: GitHub
- URL: https://github.com/jefferyustc/python-dotplot
- Owner: jefferyUstc
- License: gpl-3.0
- Created: 2021-04-11T05:44:55.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-01T08:46:17.000Z (over 3 years ago)
- Last Synced: 2024-11-01T07:08:14.329Z (2 months ago)
- Topics: dotplot, python-dotplot
- Language: Jupyter Notebook
- Homepage:
- Size: 5.74 MB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![PyPI](https://img.shields.io/pypi/v/python_dotplot?style=flat-square) ![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/jefferyUstc/python-dotplot?style=flat-square) ![GitHub](https://img.shields.io/github/license/jefferyUstc/python-dotplot)
# python-dotplotLight Weighted dotplot drawer
# Tutorial
Examples of dotplot can be found [scenario 1](https://nbviewer.jupyter.org/github/jefferyUstc/python-dotplot/blob/main/tutorial/tutorials.ipynb) or [scenario 2](https://nbviewer.jupyter.org/github/jefferyUstc/python-dotplot/blob/main/tutorial/tutorials.2.ipynb)
# Installation
```shell script
pip install python_dotplot
```