spacetelescope / imexam

imexam is a python tool for simple image examination, and plotting, with similar functionality to IRAF's imexamine
http://imexam.readthedocs.io
BSD 3-Clause "New" or "Revised" License
74 stars 45 forks source link

TkAgg in X11 on osx 10.13.6 #153

Open sosey opened 5 years ago

sosey commented 5 years ago

I had to switch to the Qt4Agg backend for matplotlib to get the auto close of plotting windows to work correctly. This is a new "feature" on my mac running mohave that didn't exist in 10.12

sosey commented 5 years ago

The plot windows can be closed with a cntrl-d when Tk is used, but they shouldn't need that. There was a switch in ipython from using readline to prompt toolkit, which may be part of the issue.