Re: [Matplotlib-users] plt.close() not releasing memory? Or memory leak elsewhere?

2012-05-22 Thread Stevenson, Samuel
Hi Ben I am using 1.0.0. My colleague has 1.1.0 installed on his machine and is able to reproduce the same problem. Thanks Sam From: ben.v.r...@gmail.com [mailto:ben.v.r...@gmail.com] On Behalf Of Benjamin Root Sent: 22 May 2012 14:14 To: Stevenson, Samuel Cc: matplotlib-users

Re: [Matplotlib-users] plt.close() not releasing memory? Or memory leak elsewhere?

2012-05-22 Thread Stevenson, Samuel
Hi All After spending all day working on this I have discovered that if I explicity change the matplotlib backend in spyder from 'Qt4Agg' to 'Agg' then my code executes as expected with no memory errors. Any ideas about this? It seems like a bug in Qt4Agg of some kind---is there somewhere I sh