久久福利_99r_国产日韩在线视频_直接看av的网站_中文欧美日韩_久久一

您的位置:首頁技術(shù)文章
文章詳情頁

Python繪制雷達(dá)圖時(shí)遇到的坑的解決

瀏覽:5日期:2022-06-22 09:29:52

ValueError: The number of FixedLocator locations (9), usually from a call to set_ticks, does not match the number of ticklabels (8).

運(yùn)行書中例題時(shí)發(fā)現(xiàn)了這個(gè)錯(cuò)誤,原代碼如上:

import numpy as npimport matplotlib.pyplot as pltimport matplotlibmatplotlib.rcParams[’font.family’]=’simhei’# 某學(xué)生的課程與成績(jī)courses = np.array([’C++’,’Python’,’高數(shù)’,’大學(xué)英語’,’軟件工程’, ’組成原理’,’數(shù)字圖像處理’,’計(jì)算機(jī)圖形學(xué)’])scores=np.array([80,95,78,85,45,65,80,60])datalength = len(scores) #數(shù)據(jù)長(zhǎng)度# angles數(shù)組把圓周等分為dataLength份angles = np.linspace(0, #數(shù)組第一個(gè)數(shù)據(jù) 2*np.pi, #數(shù)組最后一個(gè)暑假 datalength, #數(shù)組中的數(shù)據(jù)量 endpoint=False) #不包含終點(diǎn)scores = np.concatenate((scores,[scores[0]]))angles = np.concatenate((angles,[angles[0]]))# 繪制雷達(dá)圖print(angles)print(’=’*20)print(scores)plt.polar(angles, scores, ’rv--’, linewidth=2)# 設(shè)置角度網(wǎng)絡(luò)標(biāo)簽plt.thetagrids(angles*180/np.pi,courses)# 填充雷達(dá)圖內(nèi)部plt.fill(angles,scores,facecolor=’r’,alpha=0.6)plt.show()

Python繪制雷達(dá)圖時(shí)遇到的坑的解決

自己搜查資料后,了解到,只對(duì)socres,和angles做閉合還是不夠

需要再對(duì)courses進(jìn)行閉合

courses = np.concatenate((courses,[courses[0]]))

Python繪制雷達(dá)圖時(shí)遇到的坑的解決

此時(shí)就能正確運(yùn)行出來。

這里在附上霍蘭德人格分析代碼:

import numpy as npimport matplotlib.pyplot as pltimport matplotlibmatplotlib.rcParams[’font.family’]='SimHei'radar_labels = np.array([’研究型(I)’,’藝術(shù)型(A)’,’社會(huì)型(S)’,’企業(yè)型(E)’,’常規(guī)型(C)’,’現(xiàn)實(shí)型(R)’])data = np.array([[0.40, 0.32, 0.35, 0.30, 0.30, 0.88], [0.85, 0.35, 0.30, 0.40, 0.40, 0.30], [0.43, 0.89, 0.30, 0.28, 0.22, 0.30], [0.30, 0.25, 0.48, 0.85, 0.45, 0.40], [0.20, 0.38, 0.87, 0.45, 0.32, 0.28], [0.34, 0.31, 0.38, 0.40, 0.92, 0.28]])data_labels =(’藝術(shù)家’,’實(shí)驗(yàn)員’,’工程師’,’推銷員’,’社會(huì)工作者’,’記事員’)angles = np.linspace(0, 2*np.pi, 6, endpoint=False)fig = plt.figure(facecolor = 'white')plt.subplot(111, polar = True)plt.plot(angles, data,’o-’,linewidth=1, alpha=0.2)plt.fill(angles, data, alpha=0.25)plt.thetagrids(angles*180/np.pi, radar_labels)plt.figtext(0.52, 0.95, ’霍蘭德人格分析’, ha=’center’, size=20)legend = plt.legend(data_labels, loc = (0.94, 0.80), labelspacing = 0.1)plt.setp(legend.get_texts(), fontsize=’large’)plt.grid(True)plt.savefig(’holland_radar.jpg’)plt.show()

Python繪制雷達(dá)圖時(shí)遇到的坑的解決

到此這篇關(guān)于Python繪制雷達(dá)圖時(shí)遇到的坑的解決的文章就介紹到這了,更多相關(guān)Python繪制雷達(dá)圖內(nèi)容請(qǐng)搜索好吧啦網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關(guān)文章希望大家以后多多支持好吧啦網(wǎng)!

標(biāo)簽: Python 編程
相關(guān)文章:
主站蜘蛛池模板: 亚洲电影在线观看 | 思九九爱九九 | 精品久久久久一区二区国产 | 亚洲一区综合 | 精品国产不卡一区二区三区 | 一级毛片中国 | 男女爱爱免费视频 | 91免费在线看 | 依人成人网 | 欧美精品免费在线观看 | 欧美一区二区另类 | 国产精品无码专区在线观看 | 日韩精品无码一区二区三区 | 国产亚洲一区二区三区 | 99中文字幕 | 999在线观看视频 | 最新国产在线视频 | 久久久www成人免费无遮挡大片 | av在线影院 | 欧洲精品乱码久久久久蜜桃 | 久久99深爱久久99精品 | 伊人色综合久久天天五月婷 | 在线色网 | 影音先锋中文字幕一区 | 99免费视频| 97色在线观看免费视频 | 国产精品美女久久久久久久网站 | 亚洲国产精品一区二区www | 亚洲精品视频在线免费播放 | 看亚洲a级一级毛片 | 久久精品一区二区三区四区 | 欧美色视频在线观看 | 少妇精品久久久久久久久久 | 红色av社区| 在线播放三级 | 日本日韩中文字幕 | 国产精品久久久久久久久久 | 成av人在线 | 日韩在线不卡 | 热久久这里只有精品 | 欧美视频网站 |