Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 720 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 720 Bytes

Data Visualization

Data Visualization project made with Python.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

In order to run this project you will need two python libraries, matplotlib and pandas. This is how you install them on linux.

sudo pip3 install pandas
sudo pip3 install matplotlib

Running the tests

If you want to test you can change plt.savefig() to plt.show() and modify whatever you want in the graphs.

Author