s0ap / Matplotlib-Labs

Python code for charts using matplotlib

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

Here you can see all the code for the data visualizations I build using matplotlib.

Please note that I am new to python, so the code might not be the best or the most efficient.

Most of the labs use Makeover Monday datasets. The file name indicates the year and month.

Table of Contents

1. Area charts

download

2. Bar charts

2.1 Bar charts with small multiples

download

2.2 Stacked Bar charts

Horizontal:

download

Vertical:

download

3. Dot plots with small multiples

download

4. Dumbbell chart

download

5. Heatmap

download

6. Line charts

6.1 Line charts with hightligt

download

6.2 Line charts with filled area

download

6.3 Line charts with zoom

download

6.4 Line charts with small multiples

download

7. Pie charts

download

8. Polar charts

download

9. Radar charts

download

10. Scatter charts with jitter

download

11. Slope charts

download

12. Timeline / Gantt

download

13. Tornado charts

download

download

![download](https:/download

download

14. Waffle charts

download

download

download

About

Python code for charts using matplotlib

License:GNU General Public License v3.0


Languages

Language:Jupyter Notebook 100.0%