Skip to content

Latest commit

 

History

History
115 lines (94 loc) · 3.33 KB

index.rst

File metadata and controls

115 lines (94 loc) · 3.33 KB

Seaborn: statistical data visualization

.thumbnail {{ position: relative; float: left; margin: 10px; width: 180px; height: 200px; }} .thumbnail img {{ position: absolute; display: inline; left: 0; width: 170px; height: 170px; }}


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

For a brief introduction to the ideas behind the package, you can read the :ref:`introductory notes <introduction>`. More practical information is on the :ref:`installation page <installing>`. You may also want to browse the :ref:`example gallery <example_gallery>` to get a sense for what you can do with seaborn and then check out the :ref:`tutorial <tutorial>` and :ref:`API reference <api_ref>` to find out how.

To see the code or report a bug, please visit the github repository. General support issues are most at home on stackoverflow, where there is a seaborn tag.

Documentation

.. toctree::
   :maxdepth: 1

   introduction
   whatsnew
   installing
   examples/index
   api
   tutorial