Hi everyone
I'm designing a GUI with pyQt where i need that when i click a button that makes the plot of the function already created in my python scripts it will show the matplotlib/pylab window.
It's like a runtime used in Matlab. I want to keep the matplotlib/pylab window as my window everytime i press that button.
Any help is welcome