The goal of the project was to compare data-plotting Python libraries: Matplotlib, Seaborn, and Plotly.
Describe what platform this code is meant to run on
List of dependencies
Steps describing how to install the software
Instructions on how to run the software
- Seaborn. It looks good and was the easiest to use. It had high visibility for text and subtle grid lines, and it was very straightforward to make.
- Matplotlib. It looks very plain, but was simple to implement. It didn't require any extra imports.
- Plotly. While it looks good, it had low text visibility and was difficult to save as a png rather than an html file.