YOU’RE LEARNING TO↗learner can install Matplotlib and import it correctly
↗learner can explain the Figure/Axes hierarchy and why it matters
↗learner can create a figure with fig, ax = plt.subplots() using the OO API
↗learner can call ax.plot() with data, labels, and styling arguments
↗learner can add a title, axis labels, legend, and grid to an Axes
↗learner can distinguish pyplot's stateful API from the object-oriented API and prefer the OO approach
↗learner can save a figure to disk with savefig() at a specified DPI