I would like to add a mean line of the "DP inlet" within the sns plot. How can I manage this?
g=sns.relplot(x="TimeStamp", y="DP Inlet", hue="humidity", data=df).set(title='DP inlet over time vs Temp')
sns.set(font_scale = 1)
g.fig.set_figwidth(30.27)
g.fig.set_figheight(20.7)
Output graph: