seaborn==0.13.2
# Statistical data visualization
$ pip install seaborn
downloads/wk
0
license
—
version
0.13.2
python
>=3.8
What is seaborn?
Seaborn is a Python library built on top of Matplotlib that simplifies the creation of statistical visualizations and data plots. Developers use it to quickly generate publication-quality charts for exploratory data analysis and to visualize relationships, distributions, and trends in datasets with minimal code. It provides high-level interfaces for common statistical graphics and integrates well with pandas DataFrames.
Links