diff --git a/src/python_spectrometer/core.py b/src/python_spectrometer/core.py index 9207b16e1e4321a7f112610a6292bf6f8133f0ce..4b769cf292f3859dbb01ab061e65193ea0baaab4 100644 --- a/src/python_spectrometer/core.py +++ b/src/python_spectrometer/core.py @@ -1089,6 +1089,8 @@ class Spectrometer: # TODO: Instead of setting up separate LiveView's for time and frequency # data, the cleaner option would arguably be to subclass and add # another subplot. + # TODO: When plot_timetrace=True and one view is paused, closing a + # figure causes the thread to not join. self._assert_ready()