note.wcoder.com
wcoder
GitHub
Home
../
algorithm.md
chart.md
css.md
d3.md
data.md
db.md
gis.md
git.md
graph.md
js.md
linux.md
node.md
others.md
postgres.md
python.md
quant.md
react_redux_es6.md
README.md
spider.md
tools.md
webgl.md
Table of Contents
Python
绘图
Python
绘图
matrix 散点图
pd
.
scatter_matrix(ds[[
'avr_price'
,
'house_count'
,
'dist'
,
'ratio'
]],figsize
=
(
12
,
12
))
← Previous
Next →
Less
More