一、球员能力图
import numpy as np
import matplotlib.pyplot as plt
from matplotlib.font_manager import FontProperties
plt.style.use('ggplot')
font = FontProperties(fname=r'c:\windows\fonts\simsun.ttc',size=12)
ability_size = 6
ability_label = ['进攻','防守','盘带','速度','体力','射术']
ax1 = plt.subplot(221,projection='polar')
ax2 = plt.subplot(222,projection='polar')
ax3 = plt.subplot(223,projection='polar')
ax4 = plt.subplot(224,projection='polar')
#设置原始数据
player = {
'M':np.rand