[Matplotlib-users] Help ploting bars

2009-11-24 Thread Bruno Santos
Hello everyone, I am trying to use matplotlib to plot several bar charts inside a for loop the problem is that I get the first one, but once I close it I cannot plot anymore. I still get the window but no image appear and eventually python crashes. Here is my code: [code] def plot(self):

Re: [Matplotlib-users] Possible workaround for memory leak using pylab.figure(), pylab.show() ?

2010-02-01 Thread Bruno Santos
Have you tried the pylab.close() this should force the flush of the memory. 2010/2/1 Tanja Gurzhiy > Hi, > > > > I have already submitted this issue as a possible problem to Tracker, > however there is no response till now > http://sourceforge.net/tracker/?func=detail&aid=2940967&group_id=80706&

[Matplotlib-users] Path lacks initial MOVETO

2012-01-19 Thread Bruno Santos
ct direction to solve this problem? Thank you very much in advance, Bruno Santos -- Keep Your Developer Skills Current with LearnDevNow! The most comprehensive online learning library for Microsoft developers is just $99.99

Re: [Matplotlib-users] Path lacks initial MOVETO

2012-01-23 Thread Bruno Santos
Sorry it took me a while to get back to you. I have finally written some code to replicate the problem. I have attached a file with it. Thank you very much in advance, Bruno Santos 2012/1/19 Tony Yu > > > On Thu, Jan 19, 2012 at 12:07 PM, Bruno Santos wrote: > >> Hello ever