/ 写在前面 – 我热爱技术、热爱开源。我也相信开源能使技术变得更好、共享能使知识传播得更远。但是开源并不意味着某些商业机构/个人可以为了自身的利益而一味地索取,甚至直接剽窃大家曾为之辛勤付出的知识成果,所以本文未经允许,不得转载,谢谢/


Plots created using seaborn need to be displayed like ordinary matplotlib plots. This can be done using the plt.show() function from matplotlib.

Reference

  1. An introduction to seaborn — seaborn 0.11.1 documentation
  2. User guide and tutorial — seaborn 0.11.1 documentation
  3. API reference — seaborn 0.11.1 documentation
  4. python绘图-seaborn绘图的基本使用 - 知乎Archived
  5. python - Seaborn plots not showing up - Stack OverflowArchived