Seaborn is a Python data visualization library based on matplotlib. It provides a high-level interface for drawing attractive and informative statistical graphics.(官网)
下载依赖
1
pip3 install seaborn
通过matplotlib支持图表绘制
1
pip3 install matplotlib
引入依赖
1 2
import seaborn as sns import matplotlib.pyplot as plt