diff --git a/sohstationviewer/view/main_window.py b/sohstationviewer/view/main_window.py index c957bb2e07470838708c0a7d64fd3eb636e6a1ba..2e47c78a88eb4a38836764b0267d98cf453b0a92 100755 --- a/sohstationviewer/view/main_window.py +++ b/sohstationviewer/view/main_window.py @@ -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