From 35f16d19279825e4996067de8351f8749c235df7 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Sun, 19 Aug 2012 14:38:30 -0400 Subject: [PATCH] Remove unused plot_dict from analyze_surface_position_data. --- pypiezo/surface.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/pypiezo/surface.py b/pypiezo/surface.py index 0534613..4cea70d 100644 --- a/pypiezo/surface.py +++ b/pypiezo/surface.py @@ -217,8 +217,6 @@ def analyze_surface_position_data( axes.hold(True) timestamp = _time.strftime('%H%M%S') axes.set_title('surf_pos %5g %5g %5g %5g' % tuple(params)) - def plot_dict(d, label): - _pylab.plot(d["z"], d["deflection"], '.',label=label) for n,name in [('ret1', 'first retract'), ('mtpod', 'single step in'), ('ret2', 'second retract'), -- 2.26.2