Matplotlib: Your First Plot With Python

Published: 24 October 2019
on channel: Real Python
2,238
66

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.