Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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
```