johnmcpot wrote: > > Hi JD, > > I'm having exactly the same problem. Did you find a solution? >
Hello I have exactly the same problem while embedding matplotlib in PyQT4 on OS X with backend_qt4agg. I think I have found a solution : do you use frameon=False in this line : fig = Figure(figsize=(width, height), dpi=dpi, frameon=False) I did, and went back to True ... and no more axes update problems !!! You can check this behavior in this tutorial : add the frameon=False, and the axes are no more updating correctly (on OS X, didn't test it on Linux). http://matplotlib.sourceforge.net/examples/user_interfaces/embedding_in_qt4.html Perhaps this is normal. If not I think I'll submit a bug report in matplotlib's bugtracker. Michka -- View this message in context: http://old.nabble.com/Clearing-the-axis-in-a-figure-embedded-in-Tkinter-tp32054762p32875027.html Sent from the matplotlib - users mailing list archive at Nabble.com. ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-novd2d _______________________________________________ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users