Thanks Derek & John.

Very strange. Here's my setup:

>>> import matplotlib
>>> matplotlib.__version__
'1.2.0'
>>> matplotlib.get_backend()
'TkAgg'


Would you mind providing all of the relevant details suggested in
http://matplotlib.org/faq/troubleshooting_faq.html#troubleshooting, along
with the code to reproduce the problem in a new github issue?

Once I have all of the necessary details, I'd be happy to have a look into
this to see if I can find a solution.

Cheers,

Phil



On 5 April 2013 02:02, John Gleeson <jdglee...@mac.com> wrote:

>
> On 2013-04-04, at 10:51 AM, Derek Thomas wrote:
>
>  ...screen capture of the display...
>> <grab.tiff>
>>
>
> Derek,
>
> I just tried Phil's version of the code on my Mac (MP 1.2.0), and I see
> exactly the same problem as in your grab.tiff. This is using the default
> TkAgg backend.
>
> I happen to have built MP 1.2.0 with the Qt4 backend option. When I
> prepend the lines
>
>     from matplotlib import use
>     use("QT4Agg")
>
> to use Qt4, I get the expected (correct) display output.
>
> Apparently this is a bug somewhere in the chain TkAgg/Tkinter/Tk.
>
> John
>
>
------------------------------------------------------------------------------
Minimize network downtime and maximize team effectiveness.
Reduce network management and security costs.Learn how to hire 
the most talented Cisco Certified professionals. Visit the 
Employer Resources Portal
http://www.cisco.com/web/learning/employer_resources/index.html
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to