mpl.pyplot.install_repl_displayhook()

mpl.pyplot.install_repl_displayhook()[source]

Install a repl display hook so that any stale figure are automatically redrawn when control is returned to the repl.

This works with both IPython terminals and vanilla python shells.