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

https://github.com/artodeschini/matplot

Plot graphics with python3
https://github.com/artodeschini/matplot

data-science plot python3

Last synced: 8 months ago
JSON representation

Plot graphics with python3

Awesome Lists containing this project

README

          

# Required
- Python3
- Install MatPlot
- Install Pandas

# Install MatPlot with pip
```bash
pip3 install matplotlib
```

# Install Pandas with pip
```bash
pip3 install pandas
```