Untitled

 avatar
user_8080122
plain_text
2 years ago
208 B
5
Indexable
plt.barh(countries, shares, color = 'darkmagenta')

plt.title('Largest Arms Exporters, 2016-20')

plt.xlabel('Share of Exports (%)')
plt.ylabel('Country')

plt.legend(['Share of Export'])

plt.show()
Editor is loading...