Untitled

 avatar
user_8080122
plain_text
5 months ago
208 B
1
Indexable
Never
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()