While using linear regression, what kind of plots will you use to showcase the relationship amongst the columns?

While using linear regression, what kind of plots will you use to showcase the relationship amongst the columns

On this page

Linear regression

Scatter Plot would be good for continuous variables. For categorical variables the box plat would be appropriate. One should plot a scatter matrix to get the feel of the data and then move forward with box plots of categorical variables.