matplotlib crashing?

Hi again, my operating system is windows
2000 professional, and I’m using python 2.4, wxpython
2.5.5, and matplotlib-0.80.win32-py2.4.exe. I attached my code. The problem is that
the program crashes when I try to close a plot or plot a second plot. Any ideas
how to make this work? Thanks.

Jeff

sampleApp.py (503 Bytes)

sample.py (7.79 KB)

···

-----Original Message-----
From: Jeff Peery
[mailto:jeffpeery@…420…]
Sent: Thursday, May 19, 2005 1:33
PM
To:
‘matplotlib-users@lists.sourceforge.net’
Subject: matplotlib crashing?

Hello, I am running a wxpython application and I am using
matplotlib to plot some data. It
seems that when I plot a graph, then close it and plot another graph my program
crashes. The error is “This application has requested the
Runtime to terminate it in an unusual way.

Please contact the application’s support team for more
information.”

Do I need to close a graph in a special way before I open
another one? Any suggestions? Thanks.

Jeff