雷達圖

import numpy as np import matplotlib.pyplot as plt labels = np.array([‘1’,‘2’,‘3’,‘4’,‘5’,‘6’,‘7’,‘8’]) #標籤 考試的次數 dataLenth = 8 #數據個數 data = np.array([90,60,75,60,85,90,86,95]) #數據 成績 angles = np.lins
相關文章
相關標籤/搜索