|
From: Phil E. <pel...@gm...> - 2013-04-05 09:07:47
|
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 <jdg...@ma...> 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 > > |