On 04/22/2011 06:47 AM, Paul Ivanov wrote:
> Jason Heeris, on 2011-04-23 00:29, wrote:
>> On 22 April 2011 03:56, Paul Ivanov wrote:
>>> Thanks for the report, Jason. It's a bug - could you please file
>>> a bug report, so we can keep track of it?
>>
>> Will do, thanks for the workarounds :)
>>
>
Jason Heeris, on 2011-04-23 00:29, wrote:
> On 22 April 2011 03:56, Paul Ivanov wrote:
> > Thanks for the report, Jason. It's a bug - could you please file
> > a bug report, so we can keep track of it?
>
> Will do, thanks for the workarounds :)
>
> > or if it's an option, use gtkagg, which does
On 22 April 2011 03:56, Paul Ivanov wrote:
> Thanks for the report, Jason. It's a bug - could you please file
> a bug report, so we can keep track of it?
Will do, thanks for the workarounds :)
> or if it's an option, use gtkagg, which doesn't suffer from the crash.
>
> from matplotlib.backends.
Jason Heeris, on 2011-04-21 12:23, wrote:
> I'm playing around with using Matplotlib in my PyGTK app, and keep
> triggering a crash. I've narrowed it down to this bit of code:
...
> Am I doing something obviously wrong? (Apart from the lack of plots, I
> mean... I removed them because they didn't
I'm playing around with using Matplotlib in my PyGTK app, and keep
triggering a crash. I've narrowed it down to this bit of code:
import pygtk
import gtk
from matplotlib.backends.backend_gtk import FigureCanvasGTK
from matplotlib.figure import Figure
def TestGraph(one, two, three):
figu