Skip to content
/ seaborn Public
forked from mwaskom/seaborn

Statistical data visualization using matplotlib

License

Notifications You must be signed in to change notification settings

ccneko/seaborn

This branch is 1 commit ahead of, 1309 commits behind mwaskom/seaborn:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

37e6bbd · Nov 26, 2017
Sep 30, 2017
Sep 30, 2017
Sep 14, 2017
Mar 5, 2014
Nov 26, 2017
Sep 30, 2017
Sep 30, 2017
Sep 30, 2017
Mar 25, 2014
Sep 30, 2017
Sep 21, 2016
Dec 2, 2014
Sep 30, 2017
Sep 30, 2017
Dec 27, 2013
Dec 27, 2013
Mar 7, 2014
Oct 12, 2017

Repository files navigation

seaborn: statistical data visualization


PyPI Version License DOI Build Status Code Coverage

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

Documentation

Online documentation is available at seaborn.pydata.org.

The docs include a tutorial, example gallery, API reference, and other useful information.

Dependencies

Seaborn supports Python 2.7 and 3.4+.

Installation requires numpy, scipy, pandas, and matplotlib. Some functions will optionally use statsmodels if it is installed.

Installation

The latest stable release (and older versions) can be installed from PyPI:

pip install seaborn

You may instead want to use the development version from Github:

pip install git+https://github.com/mwaskom/seaborn.git#egg=seaborn

Testing

To test seaborn, run make test in the source directory.

This will exercise both the unit tests and docstring examples (using pytest).

Development

Seaborn development takes place on Github: https://github.com/mwaskom/seaborn

Please submit any reproducible bugs you encounter to the issue tracker.

About

Statistical data visualization using matplotlib

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%