Hooke(GUI)
[hooke.git] / plugins / plot.py
index 37a437c735ad7387589e36343cdda254e1b6a994..0e8db7aa5080313195f977cff49a89c67295c008 100644 (file)
@@ -3,24 +3,14 @@
 '''
 plot.py
 
-Plot commands for Hooke.
+Global settings for plots
 
 Copyright 2010 by Dr. Rolf Schmidt (Concordia University, Canada)
 
 This program is released under the GNU General Public License version 2.
 '''
 
-class plotCommands(object):
-    '''
-    Plot commands to replot the original data with fits (if applicable)
-    but without secondary plots (unless they are part of the original data)
-    '''
+class plotCommands:
 
-    def _plug_init(self):
-        pass
-
-    def do_replot(self):
-        '''
-        Replots the current force curve from scratch eliminating any secondary plots.
-        '''
-        self.UpdatePlot()
+    def do_plot(self):
+        self.UpdatePlot();