Concept Flow - Distribution plots (histplot, kdeplot)
Start with data array
Choose plot type: histplot or kdeplot
Calculate frequencies or density
Draw bars (histogram) or smooth curve (KDE)
Show distribution shape visually
We start with data, pick histogram or KDE, calculate frequencies or density, then draw bars or smooth curve to show data distribution.