Seri Pandas Plot Horizontal Bar

import matplotlib.pyplot as plt
series.plot(kind='barh')
plt.show()
M.U