Hi there! I was wondering how I could have the trendline showing on top of the data points. It is supposed to be really easy but I am not able to find a way to do it.
px.scatter(df, x="exterior_temperature", y="energy_consumption", trendline="lowess").update_traces(line_color='red',marker_color= 'blue')