Learn how to make your first plot with Matplotlib. This will be a stack plot showing the combined debt growth over time for three different regions. You’ll be using random numbers rather than real data. You’ll import the necessary modules, generate random data with NumPy, and plot that data with Matplotlib.