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

https://github.com/jakema5/matplotlib-test

A simple application I made to learn about the Matplotlib Python library.
https://github.com/jakema5/matplotlib-test

Last synced: over 1 year ago
JSON representation

A simple application I made to learn about the Matplotlib Python library.

Awesome Lists containing this project

README

          

# matplotlib-test
A simple application to test the Matplotlib Python library for displaying and comparing the trends of two datasets.

> [!NOTE]
> Dependencies:
>
> - Matplotlib
> ```bash
> pip install matplotlib
> ```