python matplotlib.pyplot.show() plt.show()(显示一个图表)
程序员文章站
2024-01-19 14:46:46
...
from matplotlib\pyplot.py
def show(*args, **kw):
"""
Display a figure.
显示一个图表。
When running in ipython with its pylab mode, display all
figures and return to the ipython prompt.
当以pylab模式在ipython中运行时,显示所有图形并返回到ipython提示符。
In non-interactive mode, display all figures and block until
the figures have been closed; in interactive mode it has no
effect unless figures were created prior to a change from
non-interactive to interactive mode (not recommended). In
that case it displays the figures but does not block.
在非交互模式下,显示所有图形并阻止直到图形关闭。
在交互模式下,除非在非交互模式更改为交互模式之前创建图形(不推荐),否则它不会起作用。
在这种情况下,它会显示图形,但不会阻塞。
A single experimental keyword argument, *block*, may be
set to True or False to override the blocking behavior
described above.
可以将单个实验关键字参数* block *设置为True或False,以覆盖上述阻止行为。
"""
global _show
return _show(*args, **kw)
上一篇: python的matplotlib中plt.show()不显示图像
下一篇: 多图大小不一垂直居中
推荐阅读
-
python中显示图片的plt.imshow plt.show()内存泄漏
-
【Python开发】matplotlib绘图不显示问题解决plt.show()
-
python的matplotlib中plt.show()不显示图像
-
python matplotlib plt.show() 不显示图像
-
python:图片显示plt.imshow()、plt.show()
-
python matplotlib.pyplot.show() plt.show()(显示一个图表)
-
Python之一个关于天气的csv文件中获取最高和最低气温的图表
-
一个操作证明python数据可视化比excel强百倍:X轴刻度间隔显示
-
python jupyter matplotlib plt.show() 图片不显示在页面上
-
在Python的matplotlib.pyplot图表中显示中文