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

2011-04-22 Thread Jason Heeris
On 22 April 2011 03:56, Paul Ivanov pivanov...@gmail.com 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

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 pivanov...@gmail.com 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,

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