Browse Source

Made Live Plot open automatically on startup

Timo Dritschler 3 years ago
parent
commit
a7e6272eed
1 changed files with 4 additions and 0 deletions
  1. 4 0
      KCG/base/MultiWidget.py

+ 4 - 0
KCG/base/MultiWidget.py

@@ -118,6 +118,10 @@ class MultiWidget(QtGui.QWidget):
         self.evaluate_registered_widgets()
         self.evaluate_registered_widget_functions()
 
+        #Automatically open a Live Plot on load complete
+        #This is purely for user convenience
+        self.leftBar.add_plot(LeftBar.LIVE)
+
     def addToolbarButton(self, icon, text, target, shortcut=None):
         """
         Add a toolbar button.