|
|
|
@ -87,7 +87,7 @@ plt.rcParams['font.sans-serif'] = ['SimHei']
|
|
|
|
|
plt.rcParams['axes.unicode_minus'] = False
|
|
|
|
|
plt.bar(range(20),money_top20)
|
|
|
|
|
plt.xticks(range(20),company_top20_y)
|
|
|
|
|
plt.yticks([5e10,10e10,15e10,20e10,25e10,30e10,35e10],['5亿','10亿','15亿','20亿','25亿','30亿','35亿'])
|
|
|
|
|
plt.yticks([5e10,10e10,15e10,20e10,25e10,30e10,35e10],['500亿','1000亿','1500亿','2000亿','2500亿','3000亿','3500亿'])
|
|
|
|
|
plt.ylabel('注册资金')
|
|
|
|
|
plt.title('中国500强公司注册资金前二十的公司及注册资金示意图')
|
|
|
|
|
plt.show()
|