I I just want to build a simple GUI (like button, scale changing parameter values) to update matplotlib plot using python. Which package is easier for me to use? TKinter, PyQt5, wxPython, etc??? I am not a software developer. I am an engineer. Just use python for data analysis and plotting. I like to have a simple gui to changing parameter values to update plot.
I am thinking if tkinter would be best? I came across the following example. It is pretty easier. Any suggestion would be appreciated.
Embed a pyplot in a tkinter window and update it
Thanks