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.
# (recommended)
import seaborn as sns
# (optionally) scikit-plots also include seaborn
import scikitplot.externals._seaborn as sns
from scikitplot.externals import _seaborn as sns