Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 475 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 475 Bytes

NumberPlotting

This program let the user choose a file from a graphical interface and plot 3 graph according to the numbers in the chosen file.

First graph shows the number which was represented, using the x and y coordinates from the selected file. Second graph show the changing of x values. Third graph show the changing of y values.

The packages used: tkinter (for building the graphical interface), matplotlib (for plotting figures), and os (for reading from file).