I'm running Python v3.5 and matplotlib v1.4.3 on Windows 10 Home. Up to recently, I write the python script using matplotlib with PyQt GUI. The 'plt.show()' code will be written in another module not __main__. When I run this code, Matplotlib figure cannot be moved and exit using red button X at the top of the right side of figure. Strangely, The chart is shown and It really does work well.
Why does this symptom happens? and How can I revise it?
