中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

python添加子圖使用什么函數

九三
199
2021-01-26 18:22:58
欄目: 編程語言

python添加子圖使用什么函數

python中使用matplotlib模塊的add_subplot函數添加子圖,具體方法如下:

from matplotlib import pyplot as plt #導入matplotlib模塊


fig = plt.figure()

ax1 = fig.add_subplot(231)

ax2 = fig.add_subplot(232)

ax3 = fig.add_subplot(233)

ax4 = fig.add_subplot(234)

ax5 = fig.add_subplot(235)

ax6 = fig.add_subplot(236)

plt.grid(True)

plt.show()


效果圖:

python添加子圖使用什么函數

0
东光县| 大城县| 三亚市| 剑川县| 永和县| 浮山县| 焉耆| 财经| 乌拉特中旗| 山东省| 太仆寺旗| 河间市| 陆丰市| 长岭县| 班玛县| 武平县| 奉节县| 如皋市| 虞城县| 营山县| 股票| 新闻| 开原市| 南昌县| 荆门市| 达州市| 那坡县| 平凉市| 南溪县| 巫溪县| 湖南省| 长乐市| 大石桥市| 饶河县| 巩留县| 民乐县| 广汉市| 泰顺县| 右玉县| 玉树县| 金坛市|