Matplotlib条形图更改图大小

时间:2019-10-18 01:19:06

标签: python matplotlib

我是python的新手。我创建了一个简单的条形图,但是该图太小,无法固定x轴标签。

plt.bar(["Decision Tree", "Random Forest", "Logistic Regression", "GBT Classifier"],[8,6,2,5], label="Example two")
plt.ylabel('bar height')
plt.title('Epic Graph\nAnother Line! Whoa')

enter image description here

是否有一种简单的方法可以使图形更大?我检查了其他解决方案,但它们不适合我当前的代码。

0 个答案:

没有答案