热线电话:13121318867

登录
2019-03-27 阅读量: 479
python如何可视化导出矩阵排名

import matplotlib.pyplot as plt

import seaborn as sns

sns.set_style('white')

%matplotlib inline

# plot graph of 'ratings' column

plt.figure(figsize =(10, 4))

ratings['rating'].hist(bins = 70)

0.0000
3
关注作者
收藏
评论(0)

发表评论

暂无数据
推荐帖子