p2(visualise): use 2nd order fit

This commit is contained in:
leo 2023-02-27 02:53:01 +01:00
parent 531b2f50c3
commit e6d4abe0aa
Signed by: wanderer
SSH Key Fingerprint: SHA256:Dp8+iwKHSlrMEHzE3bJnPng70I7LEsa3IJXRH/U+idQ
2 changed files with 1 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 41 KiB

After

Width:  |  Height:  |  Size: 44 KiB

@ -15,6 +15,7 @@ p = sb.lmplot(
y='y',
fit_reg=True,
height=8,
order=2,
)
p.set(title='Correlation UY')
p.savefig('res/uy-correlation-analysis.png')