seaborn

Package — VisualizationPython 3.8+Intermediate

Statistical visualization on matplotlib with attractive defaults

Quick Info

Documentation
Official Docs
Python Version
3.8+
Dependencies
matplotlib, NumPy, pandas
Install
pip install seaborn

Learn by Difficulty

Quick Example

python
# Install: pip install seaborn
import seaborn

# Basic seaborn usage
print(f"Using seaborn")
# See documentation for detailed examples

seaborn is a third-party package. Statistical visualization on matplotlib with attractive defaults. Install with: pip install seaborn

Try in Playground

Tags

packagevisualizationstatisticalplottingattractive

Related Items