Seaborn

使用 matplotlib 实现统计数据可视化。「Statistical data visualization using matplotlib https://seaborn.pydata.org」

Github stars Tracking Chart

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 3.6+ and no longer supports Python 2.

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 the code, run make test in the source directory. This will exercise both the unit tests and docstring examples (using pytest).

The doctests require a network connection (unless all example datasets are cached), but the unit tests can be run offline with make unittests. Run make coverage to generate a test coverage report and make lint to check code style consistency.

Development

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

Please submit bugs that you encounter to the issue tracker with a reproducible example demonstrating the problem. Questions about usage are more at home on StackOverflow, where there is a seaborn tag.

Overview

Name With Ownermwaskom/seaborn
Primary LanguagePython
Program languageMakefile (Language Count: 3)
PlatformLinux, Mac, Windows
License:BSD 3-Clause "New" or "Revised" License
Release Count39
Last Release Namev0.13.2 (Posted on 2024-01-25 08:06:50)
First Release Namev0.1 (Posted on )
Created At2012-06-18 18:41:19
Pushed At2024-04-25 14:36:50
Last Commit At2024-04-25 17:36:49
Stargazers Count12k
Watchers Count259
Fork Count1.9k
Commits Count3.2k
Has Issues Enabled
Issues Count2493
Issue Open Count128
Pull Requests Count838
Pull Requests Open Count20
Pull Requests Close Count245
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private
To the top