hmm... for XWin there is a ready solution - TkXext (http://wiki.tcl.tk/2116) but for win32 I cannot find similar package. pywin32 hasn't such functionality. Creating from scratch requires a lot of coding.
May be Tkinter community knows an issue solution? :) But it seems you need studying carefully matplotlib manuals to resolve an issue. As I see on matplotlib site: "You can embed matplotlib into pygtk, wxpython, Tk, FLTK or Qt applications" i.e. matplotlib has binding to Tk widgetset. Try using: matplotlib-0.98.5.2.tar.gz/matplotlib-0.98.5.2/examples/user_interfaces/embedding_in_tk.py Regards, Igor Novikov sK1 Project http://sk1project.org On Tue, Apr 7, 2009 at 11:50 PM, Gabor Kalman <kalma...@msn.com> wrote: > win32, vista > > ----- Original Message ----- > *From:* Igor Novikov <igor.e.novi...@gmail.com> > *To:* GKalman <kalma...@msn.com> > *Sent:* Tuesday, April 07, 2009 1:49 PM > *Subject:* Re: [Tkinter-discuss] integrating a matplotlib window onto a > tkinter frame > > Hi, > > Please specify what window type (win32, XWindow, MacOS X) you need > integrating? > I can say that under win32 and XWin it's really possible, but window > reparenting requires > platform dependent C-extension or ctypes coding. > > Regards, > > Igor Novikov > sK1 Project > http://sk1project.org > > On Tue, Apr 7, 2009 at 11:34 PM, GKalman <kalma...@msn.com> wrote: > >> >> Hi, >> >> Is it possible to place a matplotlib window (i.e. a matplotlib plot) onto >> (i.e. inside) a tkinter frame and/or canvas? >> If yes, are there any references, examples, etc. >> >> >> -- >> View this message in context: >> http://www.nabble.com/integrating-a-matplotlib-window-onto-a-tkinter-frame-tp22937725p22937725.html >> Sent from the Python - tkinter-discuss mailing list archive at Nabble.com. >> >> _______________________________________________ >> Tkinter-discuss mailing list >> Tkinter-discuss@python.org >> http://mail.python.org/mailman/listinfo/tkinter-discuss >> > >
_______________________________________________ Tkinter-discuss mailing list Tkinter-discuss@python.org http://mail.python.org/mailman/listinfo/tkinter-discuss