Concept Flow - Scatter plots with regression (regplot)
Start with data points
Plot scatter points
Calculate regression line
Draw regression line on plot
Show combined scatter + regression plot
End
We start with data points, plot them as dots, calculate a regression line, draw it, and then show the combined plot.