Matplotlib can be used to draw simple as well as complex bar plots. In this article we will see how to draw bar plots along with available options.
Here is an example of simple bar plot with available options.
Output of this script
Horizontal Bar plot
Output
Stacked bar plot
Output
bar plot with multiple data series
Output