Re: [Matplotlib-users] Re: [pygtk] Gtk.Notebook problem in PyGTK 2.6

2005-06-02 Thread dimitri pater
I then click on the 'graph' Tab and the 'make graph!' button and get:Traceback (most recent call last):   File "testMPL-GTK.py", line 55, in createProjectGraphp1 = self.axis.bar(ind, int(age), width, color='r')ValueError: invalid literal for int(): You should enter two  values before creating t

Re: [Matplotlib-users] Re: [pygtk] Gtk.Notebook problem in PyGTK 2.6

2005-06-01 Thread John Hunter
> "Steve" == Steve Chaplin <[EMAIL PROTECTED]> writes: Steve> Try running embedding_in_gtk.py and moving another window Steve> partly in front of it, then click the embedding_in_gtk Steve> window to bring it back on top - does the window get Steve> redrawn? Steve> I can ve

Re: [Matplotlib-users] Re: [pygtk] Gtk.Notebook problem in PyGTK 2.6

2005-06-01 Thread Steve Chaplin
On Wed, 2005-06-01 at 05:12 -0700, matplotlib-users- [EMAIL PROTECTED] wrote: > > I made a small test app which clearly shows that Matplotlib 0.8 and > > PyGTK 2.6 don't work well together. No problem in PyGTK 2.4 > > > > bye, > > Dimtiri I have problems with it in PyGTK 2.4 $ python testMPL-GTK

Re: [Matplotlib-users] Re: [pygtk] Gtk.Notebook problem in PyGTK 2.6

2005-06-01 Thread dimitri pater
I made a small test app which clearly shows that Matplotlib 0.8 and PyGTK 2.6 don't work well together. No problem in PyGTK 2.4 bye, DimtiriOn 6/1/05, N. Volbers <[EMAIL PROTECTED]> wrote: dimitri pater schrieb:> Yes, this could could very well be a matplotlib issue. I will try to> do some tests,