Introduction
We use add_subplot to add one or more plots inside a figure. It helps organize multiple graphs in rows and columns.
When you want to show multiple charts in one window.
When comparing different data sets side by side.
When you want to create a grid of plots for better visualization.
When you want to add a single plot to an existing figure.
When you want to control the position of each plot inside the figure.