import matplotlib.pyplot as plt
labels='bye_runs','legbye_runs','noball_runs','penalty_runs','batsman_runs','extra_runs'
size=[680,3056,612,10,166009,9519]
plt.pie(size,labels=labels)
plt.show()
这是我的饼图代码,但它将第4行的typeerror显示为
抱歉这个基本问题。TypeError:'tuple'对象不可调用