p2(visualise): use 2nd order fit
This commit is contained in:
parent
531b2f50c3
commit
e6d4abe0aa
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',
|
y='y',
|
||||||
fit_reg=True,
|
fit_reg=True,
|
||||||
height=8,
|
height=8,
|
||||||
|
order=2,
|
||||||
)
|
)
|
||||||
p.set(title='Correlation UY')
|
p.set(title='Correlation UY')
|
||||||
p.savefig('res/uy-correlation-analysis.png')
|
p.savefig('res/uy-correlation-analysis.png')
|
||||||
|
Loading…
Reference in New Issue
Block a user