X-Git-Url: http://git.tremily.us/?a=blobdiff_plain;f=plugins%2Fplot.py;h=0e8db7aa5080313195f977cff49a89c67295c008;hb=263f5cfc07de8ba925d32a5c9a38bafb3e7765e6;hp=37a437c735ad7387589e36343cdda254e1b6a994;hpb=2a29557419d3a48fe13517d27ca50e3b29f65be1;p=hooke.git diff --git a/plugins/plot.py b/plugins/plot.py index 37a437c..0e8db7a 100644 --- a/plugins/plot.py +++ b/plugins/plot.py @@ -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();