黑马博学谷产品经理就业课(尊享无忧)
port numpy as np
import matplotlib.pyplot as plt
import matplotlib
matplotlib.rcParams['font.family']='SimHei' matplotlib.rcParams['font.sans-serif']='SimHei' radar_labels=np.array(['语文','数学','英语','历史','地理'])
nAttr=5
data=np.array([[52,63,85,63,76],
[91,62,53,75,62],