set datafile separator "," set xlabel "YearBuilt" set ylabel "GrLivArea" set zlabel "SalePrice" offset -5,0,0 splot 'datasets/houseds.csv' using "YearBuilt":"GrLivArea":"SalePrice" with points, A + B * x + C * y