|
From: John G. <jdg...@ma...> - 2013-04-05 01:02:42
|
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
|