Concept Flow - Trend lines on scatter plots
Start with data points
Plot scatter points
Calculate trend line coefficients
Create line points using coefficients
Plot trend line on scatter plot
Show plot
We start with data points, plot them as a scatter plot, calculate the trend line, then draw it over the scatter plot.