Skip to content
Snippets Groups Projects

Fix previous plot still showing when re-plotting after zooming in

1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -720,6 +720,7 @@ class MainWindow(QtWidgets.QMainWindow, UIMainWindow):
"""
if self.has_problem:
return
self.clear_plots()
self.is_plotting_soh = True
d_obj = self.data_object
Loading