画图
2017-12-22 11:09 xplorerthik 阅读(183) 评论(0) 编辑 收藏 举报data = pd.read_csv('http://www-bcf.usc.edu/~gareth/ISL/Advertising.csv', index_col=0)
print(data.head())
import seaborn as sns
%matplotlib inline
sns.pairplot(data, x_vars=['TV','Radio','Newspaper'], y_vars='Sales', size=7, aspect=0.7, kind='reg')
作者:Jlan
链接:http://www.jianshu.com/p/278b464125f8
來源:简书
著作权归作者所有。商业转载请联系作者获得授权,非商业转载请注明出处。