I have recently saw some examples about contour plots and multiple linear regression, for what I know a countour plot is obtained for having a graphical view of how the weights in a linear regression solution are related to one another. For example in the following case:

When I substitute a value of x1=1 and x2=1 I got a value of 67 which I suppose is a point on the left grid, but why in the contour plot appears a line going from x1=2 and x2=2 (approximately) with a value of 67?
A similar problem I got in the following linear regression model:

I cannot get an intuition of from where the contour plot comes from?