https://github.com/alexanderthclark/matplotlib-for-storytellers
Python data visualization book
https://github.com/alexanderthclark/matplotlib-for-storytellers
data-visualization dataviz matplotlib matplotlib-tutorial plotting-in-python
Last synced: 16 days ago
JSON representation
Python data visualization book
- Host: GitHub
- URL: https://github.com/alexanderthclark/matplotlib-for-storytellers
- Owner: alexanderthclark
- License: other
- Created: 2021-11-12T19:10:53.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-03T16:56:24.000Z (over 1 year ago)
- Last Synced: 2025-03-28T22:51:09.882Z (about 1 month ago)
- Topics: data-visualization, dataviz, matplotlib, matplotlib-tutorial, plotting-in-python
- Language: Jupyter Notebook
- Homepage:
- Size: 69.1 MB
- Stars: 27
- Watchers: 5
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE-code
Awesome Lists containing this project
README
# Matplotlib for Storytellers
This is a Python data visualization book. It is a work in progress.## Why?
This book is written for frustrated and reluctant matplotlib users who care about crafting good data visuals. Matplotlib can be a blank canvas, offering more room for customization than you might find in Microsoft Excel, and offers the advantages of reproducibility and automation that come from working with Python. Still, becoming comfortable with matplotlib requires a lot of patience. I wrote this book to help make that easier and put some essentials in one place.## Gallery
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
## Demos
#### Notebooks
Go to the [Demos](https://github.com/alexanderthclark/Matplotlib-for-Storytellers/tree/main/Demos) folder for Jupyter notebooks demonstrating some applications in the book.![]()
#### YouTube Videos
[Plot Title with Multiple Colors in Matplotlib (Python)](https://youtu.be/3nKYXhUjqJE)[Make NYT Viz in Python](https://youtu.be/oYlJWTfJmj4)
[Add a Font in Matplotlib](https://youtu.be/-0Pp81n5QNE)
## Support
Support this book on [LeanPub](https://leanpub.com/mplforstorytellers).## License
### Code
The code in this repository is released under the [MIT license](LICENSE-code). Read more at the [Open Source Initiative](https://opensource.org/licenses/MIT).### Text
The text content of the book is released under the [CC BY-NC-SA 4.0 license](LICENSE-text). Read more at [Creative Commons](https://creativecommons.org/licenses/by-nc-sa/4.0/deed.en).