1
使用該代碼的關係,無法獲得條形圖中matplotlib
x = [420.0, 4353.0, 4373.0]; y = [269.0, 252.0, 283.0]
plt.bar(x,y)
plt.show()
我得到:
哪裏吧?我如何讓他們出現?
使用該代碼的關係,無法獲得條形圖中matplotlib
x = [420.0, 4353.0, 4373.0]; y = [269.0, 252.0, 283.0]
plt.bar(x,y)
plt.show()
我得到:
哪裏吧?我如何讓他們出現?