Re: [Matplotlib-users] Canvas in wx.ScrolledPanel

2009-05-14 Thread Thomas Coudrat
Thank you gregor, it is now doing exactly what I want ! Thomas. On Thu, May 14, 2009 at 5:12 AM, Gregor Thalhammer < gregor.thalham...@gmail.com> wrote: > Thomas Coudrat schrieb: > >> Hello list, >> >> I am new here an i need help on something : I am using Matplotlib in the >> wxPython GUI, and

Re: [Matplotlib-users] Canvas in wx.ScrolledPanel

2009-05-14 Thread Gregor Thalhammer
Thomas Coudrat schrieb: > Hello list, > > I am new here an i need help on something : I am using Matplotlib in > the wxPython GUI, and i am trying to draw a BIG canvas, in a SMALL > window, which would be scrollable. > My implementation works if i use simple text too long for the size of > the w

[Matplotlib-users] Canvas in wx.ScrolledPanel

2009-05-13 Thread Thomas Coudrat
Hello list, I am new here an i need help on something : I am using Matplotlib in the wxPython GUI, and i am trying to draw a BIG canvas, in a SMALL window, which would be scrollable. My implementation works if i use simple text too long for the size of the window (see example file) But the problem