Set default maxFreq to 25 kHz. Unset pylab.hold for the bump_plot residual.
[calibcant.git] / calibcant / bump_analyze.py
index 0ae4045e93cc281f9c40e421841be13e382ae9f5..748287967cf8d38d29801e353dd217f162bef608 100755 (executable)
@@ -205,6 +205,7 @@ def bump_plot(data, yguess=None, yfit=None, plotVerbose=False) :
         if yfit != None:
             common._pylab.plot(data["Z piezo output"], yfit,
                                'r-', label='fit')
+        common._pylab.hold(False)
         common._pylab.title("bump surface")
         common._pylab.legend(loc='upper left')
         common._pylab.xlabel("Z piezo output voltage (bits)")