Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

pandas series plot horizontal bar

import matplotlib.pyplot as plt
series.plot(kind='barh')
plt.show()
 
PREVIOUS NEXT
Tagged: #pandas #series #plot #horizontal #bar
ADD COMMENT
Topic
Name
3+1 =