seaborn: statistical data visualization#

_images/scatterplot_matrix_thumb.png
_images/errorband_lineplots_thumb.png
_images/scatterplot_sizes_thumb.png
_images/timeseries_facets_thumb.png
_images/horizontal_boxplot_thumb.png
_images/regression_marginals_thumb.png

Seaborn is a Python data visualization library based on matplotlib. It provides a high-level interface for drawing attractive and informative statistical graphics.

For a brief introduction to the ideas behind the library, you can read the introductory notes or the paper. Visit the installation page to see how you can download the package and get started with it. You can browse the example gallery to see some of the things that you can do with seaborn, and then check out the tutorials or API reference to find out how.

To see the code or report a bug, please visit the GitHub repository. General support questions are most at home on stackoverflow, which has a dedicated channel for seaborn.

Features