Only call figure.show if it exits.
[pypiezo.git] / pypiezo / surface.py
2012-08-02 W. Trevor KingOnly call figure.show if it exits.
2012-07-12 W. Trevor KingAdd explanatory message to analyze_surface_position_dat...
2012-07-12 W. Trevor KingStandardize matplotlib rendering on figure.canvas.draw...
2012-07-12 W. Trevor KingRemove unnecessary line wrap in analyze_surface_positio...
2012-07-12 W. Trevor KingRemove matplotlib.pyplot.show call from analyze_surface...
2012-05-11 W. Trevor KingRan update-copyright.py.
2012-03-30 W. Trevor KingDon't cast extreme values to ints in analyze_surface_po...
2012-03-30 W. Trevor KingFix ususes -> uses typo in analyze_surface_position_data().
2012-03-14 W. Trevor KingRaise SurfaceError if surface position data only has...
2012-02-16 W. Trevor KingRun update-copyright.py.
2011-09-30 W. Trevor KingMove surface-related logging from debug to info (debug...
2011-09-08 W. Trevor KingUse PEP-8-suggested double space between class definiti...
2011-07-29 W. Trevor KingOops, forgot the ['channel'].
2011-07-29 W. Trevor Kingaxis_channel_config -> config['channel'] in surface.py.
2011-07-28 W. Trevor KingFix base_config -> package_config reference in surface.py. 0.5
2011-07-28 W. Trevor KingConvert to use new h5config package.
2011-04-20 W. Trevor KingFix typo return_all_params -> return_all_parameters.
2011-04-19 W. Trevor KingMake matplotlib display errors nonfatal.
2011-04-19 W. Trevor KingClean up and convert to my Cython-based pycomedi implem...