ax = sns.lmplot(x=i, y="Y_Quality", data=X_train, hue="Y_Class")
I want to print the slope values of the lines, but I only found that lmplot just doing line visualizes.
How do I print gradient values with Seaborn's lmplot?
np.arctan(Y,X)
I tried archan, archan2 but it didn't
 
    