0
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

Matt Pitkin
  • 3,989
  • 1
  • 18
  • 32
서가은
  • 9
  • 1

0 Answers0