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.
- Host: GitHub
- URL: https://github.com/jakema5/matplotlib-test
- Owner: JakeMa5
- Created: 2024-12-27T15:27:25.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-18T16:04:23.000Z (over 1 year ago)
- Last Synced: 2025-02-09T12:31:51.082Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
> ```