Here's the output. I'm running OS X 10.8.3. I installed matplotlib from homebrew.
$HOME=/Users/dect CONFIGDIR=/Users/dect/.matplotlib matplotlib data path /usr/local/lib/python2.7/site-packages/matplotlib/mpl-data loaded rc file /usr/local/lib/python2.7/site-packages/matplotlib/mpl-data/matplotlibrc matplotlib version 1.2.0 verbose.level helpful interactive is False platform is darwin Using fontManager instance from /Users/dect/.matplotlib/fontList.cache backend MacOSX version unknown >>> mpl.__file__ '/usr/local/lib/python2.7/site-packages/matplotlib/__init__.pyc' >>> mpl.get_backend() 'MacOSX' >>> mpl.__version__ '1.2.0' >>> mpl.get_configdir() '/Users/dect/.matplotlib' On Fri, Apr 5, 2013 at 2:07 AM, Phil Elson <pelson....@gmail.com> wrote: > 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