X-Git-Url: http://git.tremily.us/?p=calibcant.git;a=blobdiff_plain;f=calibcant%2Fbump_analyze.py;h=babcb05a5647bcef865094c681841ce949d28311;hp=d5256fc84bd1ea660c05c81b6bfc73d188d35de9;hb=e78ae8cd9fec9fe163b35b371807dc481b84abf2;hpb=f7b17f258e33ac9742742db7a0c71f34fa93ea41 diff --git a/calibcant/bump_analyze.py b/calibcant/bump_analyze.py index d5256fc..babcb05 100644 --- a/calibcant/bump_analyze.py +++ b/calibcant/bump_analyze.py @@ -400,4 +400,5 @@ def plot(data, yguess=None, yfit=None): residual_axes.set_ylabel('Photodiode (Volts)') if hasattr(figure, 'show'): figure.show() + return plot _plot = plot # alternative name for use inside fit()