Concept Flow - Why histograms show distributions
Start with data values
Divide data range into bins
Count data points in each bin
Draw bars with heights = counts
Visualize frequency distribution
We start with data, split it into bins, count points per bin, then draw bars showing how data spreads.