A Python application which reads an external CSV/Excel file and develops and displays a graph from the data.
Developed by C. Hans Culton under the Apache-2.0 Licence
- matplotlib
- pandas
Specify which file to analyze in the application by assigning the file path to the file variable.
Specify the data to use from the file in the pd.DataFrame function parameters.
Change the plot type and what axis should display what data in plt.plot()