An open API service indexing awesome lists of open source software.

https://github.com/birozsolt/numberplotting


https://github.com/birozsolt/numberplotting

dynamic-time-warping matplotlib-figures multidimensional-arrays python3 tkinter-gui writing-files

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

        

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