We can set the width, color, and bottom coordinates of the bars as keyword arguments in plt.bar().
The bar width is set in ratios, whereas the color is set as introduced in the earlier section of this chapter.
For data that may include experimental or measurement errors, we can input lists of yerr (and xerr) values to show the accuracy.