spectral icon indicating copy to clipboard operation
spectral copied to clipboard

MatplotlibDeprecationWarning when adjusting overlay transparency

Open tboggs opened this issue 4 years ago • 0 comments

After displaying an image, then pressing "a" on keyboard to adjust class overlay transparency, the following deprecation warning is generated:

/home/thomas/.virtualenvs/py3/lib/python3.6/site-packages/IPython/terminal/pt_inputhooks/qt.py:52: MatplotlibDeprecationWarning: Toggling axes navigation from the keyboard is deprecated since 3.3 and will be removed two minor releases later.
  event_loop.exec_()

tboggs avatar Apr 02 '21 15:04 tboggs