Standardize matplotlib rendering on figure.canvas.draw() and figure.show().
authorW. Trevor King <wking@tremily.us>
Thu, 7 Feb 2013 06:01:25 +0000 (01:01 -0500)
committerW. Trevor King <wking@tremily.us>
Thu, 7 Feb 2013 06:01:25 +0000 (01:01 -0500)
commit3afbb2f9d48a8fb665db2413f1ce2f7f2cacff38
tree8156f668838ee5e2c7cabc64be6804f9d6c1d15a
parent1520bd23fb9c19fa76f5c6526d309fc9a269689b
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.
unfold_protein/unfolder.py