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

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

2012-05-22 Thread Benjamin Root
On Tue, May 22, 2012 at 8:44 AM, Stevenson, Samuel samuel.steven...@coherent.com wrote: 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

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] Fwd: [ferret_users] PyFerret (beta) documentation and release available from Ferret website

2012-05-22 Thread Chao YUE
Dear all, ferret now has a pyferret module available through python. Just in case some people have used ferret before and might be interesting :) cheers, Chao -- Forwarded message -- From: Karl Smith karl.sm...@noaa.gov Date: 2012/5/22 Subject: [ferret_users] PyFerret (beta)

Re: [Matplotlib-users] strange behaviour with sankey diagram (maybe a bug)

2012-05-22 Thread Giovanni
lunedì 21 maggio 2012, 21:30, Kevin Davies: Hi Giovanni, Thanks for your report. It looks like in this case the dip in the large, single input caused the input label to be at the center of the diagram. You might want to try increasing the trunklength parameter. Maybe someone has

Re: [Matplotlib-users] how to remove colorbar?

2012-05-22 Thread wiswit
Thanks Jerzy. It works fine. I may return to this topic for more discussion later. chao Jerzy Karczmarczuk-2 wrote: Benjamin Root : Colorbars are a bit tricky. They are actually a subplot axes separate from your plotting axes. And I don't think they are very easy to remove. You