Skip to content
Snippets Groups Projects

fixing displayed extreme values for channels

Merged Lan Dam requested to merge i96_masspos_wrong_convert_factor into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -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
Loading