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 <ben.r...@ou.edu> 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 AM, Joe Kington <joferking...@gmail.com>
> wrote:
>
>>
>>
>> On Mon, Jun 15, 2015 at 6:23 AM, Benjamin Root <ben.r...@ou.edu> 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., something like:
>>
>> widget.config(borderwidth=0, highlightthickness=0)
>>
>> It's a moderately classic Tkinter gotcha.  You remove all the borders and
>> there's still one (hightlightthickness) still there, but it only shows up
>> when you interact with the Frame.
>>
>> Hope that helps,
>> -Joe
>>
>
>
------------------------------------------------------------------------------
_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel

Reply via email to