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):
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&
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
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