Seaborn (experimental)#

This module contains functions related to _seaborn. For Seaborn: statistical data visualization.

Documentation is available in the docstrings and online at https://seaborn.pydata.org/index.html.

Important

Experimental, we keep seaborn to transform api module for compatibility seaborn core.

# (optionally) scikit-plots also include seaborn
import scikitplot._seaborn as sns
from scikitplot import _seaborn as sns

# (recommended)
import seaborn as sns