Bar horizontale de la série Pandas

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