matplotlib.pyplot.ioff

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

关闭交互模式。

参见

ion
启用交互模式
isinteractive
查询当前状态
show
显示窗口(可能阻止)
pause
显示窗口,运行GUI事件循环,并阻塞一段时间

使用实例 matplotlib.pyplot.ioff