https://github.com/hannansatopay/roughviz
A Python visualization library for creating sketchy/hand-drawn styled charts.
https://github.com/hannansatopay/roughviz
charts data-science hacktoberfest jupyter-notebook python-visualization roughviz vizualisation
Last synced: 19 days ago
JSON representation
A Python visualization library for creating sketchy/hand-drawn styled charts.
- Host: GitHub
- URL: https://github.com/hannansatopay/roughviz
- Owner: hannansatopay
- License: mit
- Created: 2019-11-06T10:36:02.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-02T08:43:29.000Z (over 5 years ago)
- Last Synced: 2025-03-28T09:01:56.179Z (about 1 month ago)
- Topics: charts, data-science, hacktoberfest, jupyter-notebook, python-visualization, roughviz, vizualisation
- Language: Python
- Homepage:
- Size: 67.4 KB
- Stars: 64
- Watchers: 2
- Forks: 10
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# roughviz

roughviz is a python visualization library for creating sketchy/hand-drawn styled charts.
[](https://github.com/hannansatopay)
### Available Charts
- Bar (
roughviz.bar
) - Horizontal Bar (
roughviz.barh
) - Pie (
roughviz.pie
) - Donut (
roughviz.donut
) - Stacked Bar (
roughviz.stackedbar
)
### Installation
[](https://pypi.org/project/roughviz/)
[](https://pypi.org/project/roughviz/)
```
pip install roughviz
```
### Usage
[](https://nbviewer.jupyter.org/github/hannansatopay/roughviz/blob/master/roughviz%20example.ipynb)
[](https://colab.research.google.com/github/hannansatopay/roughviz/blob/master/roughviz%20example.ipynb)
### API
The API Documentation is available on: [roughviz wiki](https://github.com/hannansatopay/roughviz/wiki/API)
### Future Plans
- [ ] Exception Handling
- [ ] Add Chart: Histogram
- [ ] Add Chart: Scatter
- [ ] Add Chart: Bubble Chart
- [ ] Add Chart: Line
- [ ] Advance CSS control capabilities
### License
[](https://opensource.org/licenses/MIT)
Copyright (c) 2019 Hannan Satopay