Plotting multiple graphs on the same axes

As we learned from the first chapter, axes are the space where we plot a graph, and all the elements we typically see in the plot are part of the axes. We can have multiple axes in one figure. In this recipe, we will learn how to plot multiple charts on the same axes.