Standardize matplotlib rendering on figure.canvas.draw() and figure.show().
authorW. Trevor King <wking@tremily.us>
Thu, 12 Jul 2012 22:18:08 +0000 (18:18 -0400)
committerW. Trevor King <wking@tremily.us>
Thu, 12 Jul 2012 22:23:58 +0000 (18:23 -0400)
commite45528302fbeed1d91cd95e9a0b46c870215ecb4
treeddd46d51718ef742930c9a3115c8357e37aa1885
parentf8efb6a9d851a149d7eb1d82b9a0e8fc3066cd02
Standardize matplotlib rendering on figure.canvas.draw() and figure.show().

In interactive mode, skip the no-op pyplot.show().  In non-interactive
mode, the show() calls will block until the window is closed.
pypiezo/afm.py
pypiezo/base.py
pypiezo/surface.py
pypiezo/wiggle.py