I have tried:
linear_regression([3.0,8.0],[6.0,6.0])
But when I click Go and then Plot nothing happens.
I've also tried to simply write:
[3.0,6.0],[8.0,6.0]
But when I click Go and then Plot it draws a straight line with end points in 3,8 and 6,6, instead of an infinitely long line passing through 3,8 and 6,6 as I would like.