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.

Main metrics

Overview
Name With Ownermwaskom/seaborn
Primary LanguagePython
Program languageMakefile (Language Count: 3)
PlatformLinux, Mac, Windows
License:BSD 3-Clause "New" or "Revised" License
所有者活动
Created At2012-06-18 18:41:19
Pushed At2025-01-26 16:55:15
Last Commit At2025-01-26 11:55:13
Release Count39
Last Release Namev0.13.2 (Posted on 2024-01-25 08:06:50)
First Release Namev0.1 (Posted on )
用户参与
Stargazers Count13k
Watchers Count262
Fork Count2k
Commits Count3.2k
Has Issues Enabled
Issues Count2603
Issue Open Count148
Pull Requests Count846
Pull Requests Open Count26
Pull Requests Close Count269
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private