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
- Host: GitHub
- URL: https://github.com/birozsolt/numberplotting
- Owner: birozsolt
- Created: 2019-09-19T11:18:30.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-23T18:41:14.000Z (about 5 years ago)
- Last Synced: 2025-01-12T23:30:53.816Z (5 months ago)
- Topics: dynamic-time-warping, matplotlib-figures, multidimensional-arrays, python3, tkinter-gui, writing-files
- Language: Python
- Size: 4.14 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).