- implemented in Python
- graphical user interface in Flask
- interpolation ensures smooth animations even for small datasets
- returns .gif animation (ca. 10-15 seconds in duration)
(Python, matplotlib FuncAnimation)
- run plot_class.py
- required argument: filepath to .csv file
- progress bar in command prompt
(Flask)
- run Flask; application is in app.py
- progress bar in command prompt
- TODO: progress bar in GUI web interface
- all standard delimiters are supported (, ; : | tab space)
- if possible, column 0 should be an index
- if the index is in datetime format, it should be in the Python datetime.datetime package format