Remove matplotlib.pyplot.show call from analyze_surface_position_data.
authorW. Trevor King <wking@tremily.us>
Thu, 12 Jul 2012 17:46:53 +0000 (13:46 -0400)
committerW. Trevor King <wking@tremily.us>
Thu, 12 Jul 2012 17:46:57 +0000 (13:46 -0400)
commit1f447e2f136c589efac1c5594e0638866c1e2eaf
treecf66542b8d27e328437c0201886b0ccb371d7ffb
parent347af855d1091fa5271ef61e61abf1479b86317b
Remove matplotlib.pyplot.show call from analyze_surface_position_data.

This call was redundant and not protected by a config['matplotlib']
check.
pypiezo/surface.py