matplotlib.pyplot.uninstall_repl_displayhook

matplotlib.pyplot.uninstall_repl_displayhook()[源代码]

卸载Matplotlib显示挂钩。

警告

需要IPython>=2才能工作。因为IPython<2会引发 NotImplementedError

警告

如果您使用的是香草python并安装了另一个显示挂钩,那么这将重置 sys.displayhook 当matplotlib安装它的displayhook时,可能会放弃您的更改。

使用实例 matplotlib.pyplot.uninstall_repl_displayhook