bar(y_pos, height) # Create names on the x-axis plt.xticks(y_pos, bars) # Show graphic plt.show() Barplot with Matplotlib Matplotlib is probably the most famous and flexible python library for data visualization. It is appropriate to build any kind of chart, including the barchart ...