Skip to content

Latest commit

 

History

History
179 lines (131 loc) · 2.29 KB

api.rst

File metadata and controls

179 lines (131 loc) · 2.29 KB
.. currentmodule:: seaborn

API reference

Relational plots

.. autosummary::
    :toctree: generated

    relplot
    scatterplot
    lineplot

Categorical plots

.. autosummary::
    :toctree: generated/

    catplot
    stripplot
    swarmplot
    boxplot
    violinplot
    boxenplot
    pointplot
    barplot
    countplot

Distribution plots

.. autosummary::
    :toctree: generated/

    distplot
    histplot
    ecdfplot
    kdeplot
    rugplot

Regression plots

.. autosummary::
    :toctree: generated/

    lmplot
    regplot
    residplot

Matrix plots

.. autosummary::
   :toctree: generated/

    heatmap
    clustermap

Multi-plot grids

Facet grids

.. autosummary::
   :toctree: generated/

    FacetGrid
    FacetGrid.map
    FacetGrid.map_dataframe

Pair grids

.. autosummary::
   :toctree: generated/

    pairplot
    PairGrid
    PairGrid.map
    PairGrid.map_diag
    PairGrid.map_offdiag
    PairGrid.map_lower
    PairGrid.map_upper

Joint grids

.. autosummary::
   :toctree: generated/

    jointplot
    JointGrid
    JointGrid.plot
    JointGrid.plot_joint
    JointGrid.plot_marginals

Style control

.. autosummary::
    :toctree: generated/

    set
    axes_style
    set_style
    plotting_context
    set_context
    set_color_codes
    reset_defaults
    reset_orig

Color palettes

.. autosummary::
    :toctree: generated/

    set_palette
    color_palette
    husl_palette
    hls_palette
    cubehelix_palette
    dark_palette
    light_palette
    diverging_palette
    blend_palette
    xkcd_palette
    crayon_palette
    mpl_palette

Palette widgets

.. autosummary::
    :toctree: generated/

    choose_colorbrewer_palette
    choose_cubehelix_palette
    choose_light_palette
    choose_dark_palette
    choose_diverging_palette


Utility functions

.. autosummary::
    :toctree: generated/

    load_dataset
    get_dataset_names
    get_data_home
    despine
    desaturate
    saturate
    set_hls_values