Re: [Matplotlib-users] How do I use a grid geometry manager in a matplotlib tk backend

2010-03-11 Thread Friedrich Romstedt
2010/3/11 Kim Hansen : > canvas.get_tk_widget().grid(row=0) > canvas._tkcanvas.grid(row=1) I cannot reproduce your problem. Can you maybe provide a self-contained script to reproduce the behaviour? Here is mine: >>> import Tkinter >>> import matplotlib >>> tk = Tkinter.Tk() >>> import matplotli

Re: [Matplotlib-users] How do I use a grid geometry manager in a matplotlib tk backend

2010-03-11 Thread Alan G Isaac
On 3/11/2010 8:35 AM, Kim Hansen wrote: > I would really like to use a grid geometry manager instead http://effbot.org/tkinterbook/grid.htm hth, Alan Isaac -- Download IntelĀ® Parallel Studio Eval Try the new software t

[Matplotlib-users] How do I use a grid geometry manager in a matplotlib tk backend

2010-03-11 Thread Kim Hansen
Hi matplotlib list, I am a resonably experienced python and matplotlib user, when it comes to make cmd line programs for batch processing, but I have never tried to make python GUI before. I am working on a prototype product, where I want the typical matplotlib plotting window, but extended with