Concept Flow - Figure size and DPI
Create Figure with size (width, height)
Set DPI (dots per inch) for resolution
Plot data on figure canvas
Render figure with specified size and DPI
Display or save the figure image
This flow shows how matplotlib creates a figure with a set size and resolution (DPI), then plots data and renders the image accordingly.