Hi guys,
Im new in matplotlib and having some hard times. From the user point of view
everything works fine.
I have a window with a button. Pressing the button a new window pops showing
the plot. After play
with it i click at X to close this window. And click at X again to close the
window with th
The problem was mix axes and pyplot. Plt.savefig was locking the app.
I removed all pyplot reference and changed to self.axes.xxx() and
self.fig.savefig.(xxx). Worked.
--
View this message in context:
http://matplotlib.1069221.n5.nabble.com/After-close-the-plot-window-the-process-keeps-run