This is a simple example code to show how to create a 3D plot in a dedicated Graphical User Interface window.
It has been written in Python to be natively cross plateform and very simple.
This project is published under MIT License to let people do whatever they like with the source code.
This project is finished. Feel free to expand it to any extent you would like to see it.
- The project has been written in Python 3.7 using JetBrains PyCharm.
- The project uses
PyQt5to create the Graphical User Interface (GUI). - The project uses
matplotlibto plot the data.