pls, how do I visualize multiple independent variable against a single dependent variable in a single scatter plot in python. I tried doing it like this :
plt.scatter(df[["Bedroom","Bathroom,"Building_Size","Plot_of_Land"], df["Price"])
But it didn't work
/