-
Notifications
You must be signed in to change notification settings - Fork 4
Visualization of Evaluation Results
Michael Dyck edited this page Sep 18, 2020
·
2 revisions
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])