plt.figure(figsize=(8,4))这个我用不好用

终于找到能用的

country_sorted:数据 

g = sns.lmplot('数量','平均评分', country_sorted)
g.fig.set_size_inches(8,4)
plt.show()

python sns画布大小设置

相关文章:

  • 2021-04-22
  • 2022-12-23
  • 2021-10-17
  • 2021-10-17
  • 2021-04-22
  • 2022-12-23
  • 2022-12-23
  • 2022-02-15
猜你喜欢
  • 2021-08-02
  • 2022-12-23
  • 2022-12-23
  • 2021-12-10
  • 2022-12-23
  • 2021-11-25
  • 2022-12-23
相关资源
相似解决方案