Concept Flow - Figure-level methods vs axes-level
Start: Create Figure and Axes
Use Figure-level method
Plot affects whole Figure
Use Axes-level method
Plot affects only one Axes
Show or save Figure
First, create a figure and axes. Figure-level methods affect the whole figure, while axes-level methods affect only one subplot.