Re: [matplotlib-devel] Tk backend different from others

2015-06-15 Thread Benjamin Root
I think that worked! I made a PR: https://github.com/matplotlib/matplotlib/pull/4530 On Mon, Jun 15, 2015 at 9:50 AM, Benjamin Root wrote: > No, I did not try that one. I'll give it a shot. I don't do any Tkinter > programming, so I wasn't familiar with that one. > > On Mon, Jun 15, 2015 at 9:23

Re: [matplotlib-devel] Tk backend different from others

2015-06-15 Thread Benjamin Root
No, I did not try that one. I'll give it a shot. I don't do any Tkinter programming, so I wasn't familiar with that one. On Mon, Jun 15, 2015 at 9:23 AM, Joe Kington wrote: > > > On Mon, Jun 15, 2015 at 6:23 AM, Benjamin Root wrote: > >> That's the weird thing... I couldn't! I tried a few diffe

Re: [matplotlib-devel] Tk backend different from others

2015-06-15 Thread Joe Kington
On Mon, Jun 15, 2015 at 6:23 AM, Benjamin Root wrote: > That's the weird thing... I couldn't! I tried a few different things and I > couldn't make it go away. I'll probably give it another shot during > scipy2015. > I'm guessing, but did you try changing the (Tk) ``highlightthickness``? E.g., som

Re: [matplotlib-devel] Tk backend different from others

2015-06-15 Thread Jack Underwood
Perhaps MEP27 will make that job easier, we shall see... From: Benjamin Root To: Daniele Nicolodi Cc: matplotlib development list Sent: Monday, 15 June 2015, 13:23 Subject: Re: [matplotlib-devel] Tk backend different from others That's the weird thing... I couldn't!

Re: [matplotlib-devel] Tk backend different from others

2015-06-15 Thread Benjamin Root
That's the weird thing... I couldn't! I tried a few different things and I couldn't make it go away. I'll probably give it another shot during scipy2015. Ben Root On Jun 15, 2015 4:50 AM, "Daniele Nicolodi" wrote: > Hello Ben, > > On 15/11/14 17:14, Benjamin Root wrote: > > Second, while I haven

Re: [matplotlib-devel] Tk backend different from others

2015-06-15 Thread Daniele Nicolodi
Hello Ben, On 15/11/14 17:14, Benjamin Root wrote: > Second, while I haven't tried out all the backends yet, I noticed that > the Figure window for tkagg has an annoying border that the other > backends don't have. It is fairly wide, 4 pixels. I would like to get > rid of that. Does anybody object

Re: [matplotlib-devel] Tk backend different from others

2014-11-15 Thread Eric Firing
On 2014/11/15, 6:14 AM, Benjamin Root wrote: > I was working on my embedding chapter of my book when I noticed a subtle > difference in the tkagg backend from other interactive backends. First, > all other interactive Canvas classes inherit their respective backend's > widget: > > ``` > ben@tigger: