Concept Flow - Axes creation with add_subplot
Create Figure Object
Call add_subplot(rows, cols, index)
Create Axes Object
Add Axes to Figure
Return Axes Object for plotting
This flow shows how calling add_subplot on a figure creates and adds an axes object to the figure, which you can then use to plot.