plt.figure(figsize=(8,4))这个我用不好用
终于找到能用的
country_sorted:数据
g = sns.lmplot('数量','平均评分', country_sorted)
g.fig.set_size_inches(8,4)
plt.show()
plt.figure(figsize=(8,4))这个我用不好用
终于找到能用的
country_sorted:数据
g = sns.lmplot('数量','平均评分', country_sorted)
g.fig.set_size_inches(8,4)
plt.show()
相关文章: