How to plot a graph with multiple features

As given in this question , how can we show that using linear regression algo is an appropriate choice , i think we can do it by data visualization i.e if a linear graph is coming , we can say linear regression is a good choice here but i dont know how to plot a graph with multiple features , should i take one of the features or is it something else

hey @rohansrivastav ,
So , we can only plot either in 2D or 3D , nothing more than that.
Hence , you need to reduce the number of dimensions of your data , to be one of them , and then you can actually plot it.
But, still to see the regression line. You need to think about it