国产成人精品久久免费动漫-国产成人精品天堂-国产成人精品区在线观看-国产成人精品日本-a级毛片无码免费真人-a级毛片毛片免费观看久潮喷

您的位置:首頁技術文章
文章詳情頁

Python figure參數及subplot子圖繪制代碼

瀏覽:38日期:2022-07-29 15:02:03

1. Python的figure參數主要有:

def figure(num=None, # autoincrement if None, else integer from 1-N figsize=None, # defaults to rc figure.figsize dpi=None, # defaults to rc figure.dpi facecolor=None, # defaults to rc figure.facecolor edgecolor=None, # defaults to rc figure.edgecolor frameon=True, FigureClass=Figure, clear=False, **kwargs ):

可以設置圖片大小、分辨率、顏色等。

2. subplot子圖繪制,子圖的繪圖參數可以分別設置

plt.figure(1)x1 = np.linspace(-0.2, 2, 10)y1 = x1**2 + 0.3plt.subplot(121)plt.scatter(x1, y1)plt.xlabel(’X’)plt.ylabel(’Y’)plt.title(’test_1’)x2 = np.linspace(-0.2, 2, 10)y2 = x2 + 0.3plt.subplot(122)plt.plot(x2, y2, color='red', linewidth=1.0, marker = ’s’, linestyle='--')## plt.plot(x, y, color='#ef5492', linewidth=2.0, marker = ’s’, linestyle='--')# plt.plot(x2, y2, ’rs--’) plt.xlabel(’X’)plt.ylabel(’Y’)plt.title(’test_2’)plt.show()

Python figure參數及subplot子圖繪制代碼

3. 在同一張圖片上顯示多種圖形,簡單說把 plt.show()放在最后即可

import matplotlib.pyplot as pltimport numpy as npplt.figure(2)x1 = np.linspace(-0.2, 2, 10)y1 = x1**2 + 0.3plt.scatter(x1, y1)x2 = np.linspace(-0.2, 2, 10)y2 = x2 + 0.3plt.plot(x2, y2, color='red', linewidth=1.0, marker = ’s’, linestyle='--')## plt.plot(x, y, color='#ef5492', linewidth=2.0, marker = ’s’, linestyle='--')# plt.plot(x2, y2, ’rs--’) plt.xlabel(’X’)plt.ylabel(’Y’)plt.title(’test_3’)plt.show()

Python figure參數及subplot子圖繪制代碼

以上就是本文的全部內容,希望對大家的學習有所幫助,也希望大家多多支持好吧啦網。

標簽: Python 編程
相關文章:
主站蜘蛛池模板: 性感毛片 | 国产精品一区二区在线观看 | 三级欧美| 男女午夜视频在线观看 | 国产极品精频在线观看 | 成人免费手机在线看网站 | 成人做爰全过程免费看网站 | 一区二区三区在线免费观看视频 | 国产成人在线观看免费网站 | 精品视自拍视频在线观看 | 久久频这里精品香蕉久久 | 国产成人久久精品二区三区 | 免费毛片儿| 国产美女作爱视频 | 九九这里只精品视在线99 | 久久精品男人的天堂 | 国产女厕所| 亚洲三级网 | 美女毛片在线看 | 久久久黄色大片 | 国产在线爱做人成小视频 | 欧美视频在线观看一区二区 | 国产亚洲综合在线 | 日本久久一区二区 | 欧美另类孕交免费观看 | 久久国产中文字幕 | 久久这里只有精品免费播放 | 日韩欧美成人乱码一在线 | 日韩三级小视频 | 粉嫩jk制服美女啪啪 | 国产乱码一区二区三区四 | 黄色免费在线观看视频 | 国产女王vk| 亚洲理论欧美理论在线观看 | 久久精品男人的天堂 | 第一区免费在线观看 | 国产精品亲子乱子伦xxxx裸 | 久久久久久久综合色一本 | 久久久久久a亚洲欧洲aⅴ | 国产亚洲美女精品久久 | 欧美一级毛片在线 |