Seaborn

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

Github星跟踪图

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.

主要指标

概览
名称与所有者mwaskom/seaborn
主编程语言Python
编程语言Makefile (语言数: 3)
平台Linux, Mac, Windows
许可证BSD 3-Clause "New" or "Revised" License
所有者活动
创建于2012-06-18 18:41:19
推送于2025-01-26 16:55:15
最后一次提交2025-01-26 11:55:13
发布数39
最新版本名称v0.13.2 (发布于 2024-01-25 08:06:50)
第一版名称v0.1 (发布于 )
用户参与
星数13k
关注者数262
派生数2k
提交数3.2k
已启用问题?
问题数2603
打开的问题数148
拉请求数846
打开的拉请求数26
关闭的拉请求数269
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?