matplotlib.pyplot.ion

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

打开交互模式。

参见

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

使用实例 matplotlib.pyplot.ion