Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wickdchromosome/spicy_plots_with_matplotlib
This repo contains all the code used in the Spicy plots with matplotlib article.
https://github.com/wickdchromosome/spicy_plots_with_matplotlib
Last synced: 26 days ago
JSON representation
This repo contains all the code used in the Spicy plots with matplotlib article.
- Host: GitHub
- URL: https://github.com/wickdchromosome/spicy_plots_with_matplotlib
- Owner: wickdChromosome
- Created: 2020-07-14T18:37:48.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-19T03:33:59.000Z (over 4 years ago)
- Last Synced: 2024-03-12T15:29:11.244Z (8 months ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 9.25 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spicy plots with matplotlib
This repo contains all the code used in the __Spicy plots with matplotlib__ article, published on [dev.to](https://dev.to/wickdchromosome/spicy-plots-with-matplotlib-1b0i).
## Dependencies
You can install all the dependencies used in the notebook by doing:
```
pip3 install -r requirements.txt
```