91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

python畫出分布圖的方法

發布時間:2020-07-02 15:10:28 來源:億速云 閱讀:569 作者:清晨 欄目:編程語言

小編給大家分享一下python畫出分布圖的方法,希望大家閱讀完這篇文章后大所收獲,下面讓我們一起去探討方法吧!

python畫分布圖代碼示例:

# encoding=utf-8
import matplotlib.pyplot as plt
from pylab import *  # 支持中文

mpl.rcParams['font.sans-serif'] = ['SimHei']
# 'mentioned0cluster',
names = ['mentioned1cluster','mentioned2cluster', 'mentioned3cluster', 'mentioned4cluster', 'mentioned5cluster', 'mentioned6cluster', 'mentioned7cluster', 'mentioned8cluster', 'mentioned9cluster', 'mentioned10cluster']
x = range(len(names))
# y_0625 = [39266,56796,42996,24872,13849,8609,5331,1971,554,169,26]

y_0626_1=[4793,100,0,0,0,0,0,0,0,0]
# y_0626_2=[2622,203,0,0,0,0,0,0,0,0,0]

# plt.plot(x, y, 'ro-')
# plt.plot(x, y1, 'bo-')
# pl.xlim(-1, 11) # 限定橫軸的范圍
# pl.ylim(-1, 110) # 限定縱軸的范圍
plt.plot(x, y_0626_1, marker='o', mec='r', mfc='w', label='HighRating:MentionedClusterNum Distribution')
# plt.plot(x, y_0626_2, marker='o', mec='r', mfc='w', label='LowRating:MentionedClusterNum Distribution')
# plt.plot(x, y1, marker='*', ms=10, label=u'y=x^3曲線圖')
plt.legend()  # 讓圖例生效
plt.xticks(x, names, rotation=45)
plt.margins(0)
plt.subplots_adjust(bottom=0.15)
# plt.xlabel(u"time(s)鄰居")  # X軸標簽
plt.xlabel("clusters")
plt.ylabel("number of reviews")  # Y軸標簽
plt.title("A simple plot")  # 標題

plt.show()

效果如下:

python畫出分布圖的方法

python畫分布圖的思路:

先在列表中定義分布圖x、y軸的數值,然后使用plt.plot()方法即可將分布圖繪制出來。

看完了這篇文章,相信你對python畫出分布圖的方法有了一定的了解,想了解更多相關知識,歡迎關注億速云行業資訊頻道,感謝各位的閱讀!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

铜川市| 雅江县| 彩票| 玉山县| 陆河县| 武定县| 锡林浩特市| 古交市| 成都市| 通辽市| 大竹县| 海淀区| 溆浦县| 施甸县| 玛曲县| 迁西县| 鹰潭市| 庆云县| 金秀| 探索| 德清县| 瑞金市| 开原市| 博客| 桃园县| 临夏市| 邯郸市| 朝阳市| 霍城县| 贵州省| 西昌市| 太仓市| 托里县| 阆中市| 灌云县| 洛南县| 吉安县| 平定县| 新昌县| 肥城市| 湘潭市|