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: 3 months 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-19T03:33:59.000Z (almost 5 years ago)
- Last Synced: 2025-01-23T05:43:22.417Z (5 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
```