Re: [Matplotlib-users] Crash using twin axis label with PyGTK

2011-04-22 Thread Eric Firing
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 :) >> >

Re: [Matplotlib-users] Crash using twin axis label with PyGTK

2011-04-22 Thread Paul Ivanov
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

Re: [Matplotlib-users] Crash using twin axis label with PyGTK

2011-04-22 Thread Jason Heeris
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.

Re: [Matplotlib-users] Crash using twin axis label with PyGTK

2011-04-21 Thread Paul Ivanov
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

[Matplotlib-users] Crash using twin axis label with PyGTK

2011-04-20 Thread Jason Heeris
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