Can anyone guide how to increase width of the graph using python. By default it a little messy as shown in the picture
plt.xlabel("Countries", fontdict = scaling)
plt.ylabel("Number of casualties", fontdict = scaling)
plt.bar(x_axis,y_axis)
plt.show()
I tried using plt.figsize() but it's not working