FacetGrid               A faceted grid of plots
axes_style              Get the parameters that control the general
                        style of the plots
barplot                 Show point estimates and errors as bars
boxenplot               Draw an enhanced box plot for larger datasets
boxplot                 Draw a box plot
catplot                 Figure-level interface for categorical plots
clustermap              Plot a hierarchically-clustered heatmap
color_palette           Return a list of colors or a continuous
                        colormap defining a palette
countplot               Show value counts as bars
desaturate              Decrease the saturation of a color
despine                 Remove spines from a plot
displot                 Figure-level interface for distribution plots
dogplot                 Who's a good boy?
ecdfplot                Plot an empirical cumulative distribution
                        function
heatmap                 Plot rectangular data as a color-encoded matrix
histplot                Plot a univariate or bivariate histogram
jointplot               Draw a bivariate plot with marginal
                        distributions
kdeplot                 Plot a univariate or bivariate kernel density
                        estimate
lineplot                Draw a line plot with aggregation and error
                        bands
lmplot                  Figure-level interface for regression plots
load_dataset            Load an example dataset from the seaborn-data
                        repository
move_legend             Reposition a plot's legend
pairplot                Plot pairwise relationships in a dataset
palplot                 Plot the values in a color palette as a
                        horizontal array
plotting_context        Get the parameters that control the scaling of
                        plot elements
pointplot               Show point estimates and errors with markers
python-literals         Python literal compatibility values
regplot                 Plot data and a linear regression model fit
relplot                 Figure-level interface for relational plots
reset_defaults          Restore matplotlib/ggplot2 defaults
residplot               Plot the residuals of a linear regression
rugplot                 Plot marginal rug ticks
saturate                Increase the saturation of a color to its
                        maximum
scatterplot             Draw a scatter plot with semantic mappings
set_color_codes         Change how single-letter color codes are
                        interpreted
set_hls_values          Independently set the hue, lightness, and/or
                        saturation of a color
set_palette             Set the matplotlib color cycle / ggplot default
                        discrete palette
set_theme               Set multiple theme parameters in one step
sns-aliases             seaborn-style 'sns.' function aliases
stripplot               Draw a categorical scatter with jitter
swarmplot               Draw a categorical scatter with non-overlapping
                        points
theme_seaborn           Build a ggplot2 theme replicating a seaborn
                        style + context
violinplot              Draw a violin plot
