Skip to content

Latest commit

 

History

History
153 lines (110 loc) · 1.9 KB

api.rst

File metadata and controls

153 lines (110 loc) · 1.9 KB
.. currentmodule:: seaborn

API reference

Distribution plots

.. autosummary::
    :toctree: generated/

    jointplot
    pairplot
    distplot
    kdeplot
    rugplot

Regression plots

.. autosummary::
    :toctree: generated/

    lmplot
    regplot
    residplot
    interactplot
    coefplot

Categorical plots

.. autosummary::
    :toctree: generated/

    factorplot
    boxplot
    violinplot
    stripplot
    pointplot
    barplot
    countplot

Matrix plots

.. autosummary::
   :toctree: generated/

    heatmap
    clustermap

Timeseries plots

.. autosummary::
    :toctree: generated/

    tsplot

Miscellaneous plots

.. autosummary::
    :toctree: generated/

    palplot

Axis grids

.. autosummary::
   :toctree: generated/

    FacetGrid
    PairGrid
    JointGrid

Style frontend

.. 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/

    despine
    desaturate
    saturate
    set_hls_values
    ci_to_errsize
    axlabel