Matplotlib is a must when you need to plot data.
Using the matplotlib.pyplot.subplots() method you can specify the number of plots you want in your figure.
Here is an example
Here you are! You now know how to make multiple plots on the same figure in Matplotlib in Python.