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

https://github.com/kurama622/visualization

python visualization
https://github.com/kurama622/visualization

Last synced: 7 months ago
JSON representation

python visualization

Awesome Lists containing this project

README

          

+ [matplotlib中文乱码看这里](./data_visualization.md)

| [base.py](base.py) | ![a simple example](first.png) |
|:------------------------------------------------:|:-------------------------------------------------------------------------------------------------------------------------------:|
| [pie.py](pie.py) | ![pie](pie.png) |
| [scatter with encircling.py](scatter.py) | ![scatter with encircling](scatter%20with%20encircling.png) |
| [scatter with line of best fit.py](scatterWL.py) | ![scatter with line of best fit](scatter%20with%20line%20of%20best%20fit.png) |
| [jittering with stripplot.py](jitter.py) | ![jittering with stripplot](jittering%20with%20stripplot.png) |
| [Counts Plot.py](countplot.py) | ![Counts Plot](Counts%20Plot.png) |
| [scatter with histograms.py](scatterWH.py) | ![scatter with histograms](ScatterWithHistograms.png) |
| [scatter with boxplot.py](scatterWB.py) | ![scatter with boxplot](ScatterWithBoxplot(matplotlib).png) ![scatter with boxplot](./ScatterWithBoxplot(Seaborn).png) |
| [correlogram.py](correlogram.py) | ![correlogram.png](correlogram.png) |