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).