Visualization of Evaluation Results - siemens/evaluation-framework GitHub Wiki
Visualization of Evaluation Results
The GUI of the Evaluation Framework serving as a decision support system is based on Python's tkinter library. The GUI mainly uses existing widgets of tkinter. However, some of them were customized to match the exact needs of this specific use case.
Parsing the .txt-file containing the results of the evaluation of all simulations is done by means of Python's pandas library.
Plotting the results is achieved through Python's matplotlib library.
© Siemens AG, 2020
Author: Michael Dyck ([email protected])