Re: wxPython problem: Can't assign size of plot.PlotCanvas

2010-04-28 Thread Kaipo ch...@taiwan
Thanks a lot. I'll check the wx list. CM 提到: On Apr 28, 9:13 am, "Kaipo ch...@taiwan" wrote: I wrought something like client = plot.PlotCanvas(childFrame2, 2,pos=(300,400),size=(100,200), name=text1) But the plotcanvas kept filling all the childFrame. Is there a way to Really adjust the size o

Re: wxPython problem: Can't assign size of plot.PlotCanvas

2010-04-28 Thread CM
On Apr 28, 9:13 am, "Kaipo ch...@taiwan" wrote: > I wrought something like > client = plot.PlotCanvas(childFrame2, 2,pos=(300,400),size=(100,200), > name=text1) > But the plotcanvas kept filling all the childFrame. > Is there a way to Really adjust the size of ploscanvas? > Thanks in advance for y