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

Issue with imexam image display #224

Open astrosupriyo opened 3 years ago

astrosupriyo commented 3 years ago

imexam()

A black matplotlib window appears when I use any key for live interaction.

System information :

In [6]: platform.uname() Out[11]: uname_result(system='Linux', node='cm19', release='5.4.0-52-generic', version='#57-Ubuntu SMP Thu Oct 15 10:57:00 UTC 2020', machine='x86_64', processor='x86_64')

In [7]: sys.version Out[12]: '3.7.9 (default, Aug 31 2020, 12:42:55) \n[GCC 7.3.0]'

In [8]: matplotlib.get_backend() Out[13]: 'Qt5Agg'

In [9]: matplotlib.version Out[14]: '3.3.4'

In [15]: imexam.version Out[15]: '0.9.2.dev0'