Skip to content
Snippets Groups Projects
Commit 5ac3a856 authored by Lan Dam's avatar Lan Dam
Browse files

clear plots before replot()

parent ea53e756
No related branches found
No related tags found
1 merge request!120fixing displayed extreme values for channels
......@@ -772,6 +772,7 @@ class MainWindow(QtWidgets.QMainWindow, UIMainWindow):
Plot using data from self.data_object with the current options set
from GUI
"""
self.clear_plots()
if self.has_problem:
return
self.is_plotting_soh = True
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment