{"id":13398321,"url":"https://github.com/mwaskom/seaborn","last_synced_at":"2025-05-12T18:10:30.045Z","repository":{"id":3637721,"uuid":"4704710","full_name":"mwaskom/seaborn","owner":"mwaskom","description":"Statistical data visualization in Python","archived":false,"fork":false,"pushed_at":"2025-01-26T16:55:15.000Z","size":53904,"stargazers_count":13073,"open_issues_count":175,"forks_count":1985,"subscribers_count":260,"default_branch":"master","last_synced_at":"2025-05-01T00:08:05.791Z","etag":null,"topics":["data-science","data-visualization","matplotlib","pandas","python"],"latest_commit_sha":null,"homepage":"https://seaborn.pydata.org","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mwaskom.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2012-06-18T18:41:19.000Z","updated_at":"2025-04-30T23:54:08.000Z","dependencies_parsed_at":"2024-07-11T12:47:09.330Z","dependency_job_id":"fd816cc2-e422-43a5-9bf0-c82c66e9bc79","html_url":"https://github.com/mwaskom/seaborn","commit_stats":{"total_commits":2798,"total_committers":220,"mean_commits":"12.718181818181819","dds":0.5314510364546104,"last_synced_commit":"b4e5f8d261d6d5524a00b7dd35e00a40e4855872"},"previous_names":[],"tags_count":39,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mwaskom%2Fseaborn","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mwaskom%2Fseaborn/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mwaskom%2Fseaborn/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mwaskom%2Fseaborn/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mwaskom","download_url":"https://codeload.github.com/mwaskom/seaborn/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252416518,"owners_count":21744448,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["data-science","data-visualization","matplotlib","pandas","python"],"created_at":"2024-07-30T19:00:22.736Z","updated_at":"2025-05-05T15:22:35.671Z","avatar_url":"https://github.com/mwaskom.png","language":"Python","funding_links":[],"categories":["Python","Data Visualization","资源列表","Visualization","Uncategorized","数据可视化","Industrial Strength Visualisation libraries","Visualisation libraries","可视化","Python 程序","Industry Strength Visualisation","📦 Packages","Data Visualization [🔝](#readme)","📚 فهرست","Awesome Python","🎨 图表与插图"],"sub_categories":["数据可视化","Productivity","General Purposes","TimeSeries Analysis","Uncategorized","Data Management","网络服务_其他","Python","کتابخانه هاي تحليل داده","Data Visualization","Drone Frames","绘图工具","2D Visualization"],"readme":"\u003cimg src=\"https://raw.githubusercontent.com/mwaskom/seaborn/master/doc/_static/logo-wide-lightbg.svg\"\u003e\u003cbr\u003e\n\n--------------------------------------\n\nseaborn: statistical data visualization\n=======================================\n\n[![PyPI Version](https://img.shields.io/pypi/v/seaborn.svg)](https://pypi.org/project/seaborn/)\n[![License](https://img.shields.io/pypi/l/seaborn.svg)](https://github.com/mwaskom/seaborn/blob/master/LICENSE.md)\n[![DOI](https://joss.theoj.org/papers/10.21105/joss.03021/status.svg)](https://doi.org/10.21105/joss.03021)\n[![Tests](https://github.com/mwaskom/seaborn/workflows/CI/badge.svg)](https://github.com/mwaskom/seaborn/actions)\n[![Code Coverage](https://codecov.io/gh/mwaskom/seaborn/branch/master/graph/badge.svg)](https://codecov.io/gh/mwaskom/seaborn)\n\nSeaborn is a Python visualization library based on matplotlib. It provides a high-level interface for drawing attractive statistical graphics.\n\n\nDocumentation\n-------------\n\nOnline documentation is available at [seaborn.pydata.org](https://seaborn.pydata.org).\n\nThe docs include a [tutorial](https://seaborn.pydata.org/tutorial.html), [example gallery](https://seaborn.pydata.org/examples/index.html), [API reference](https://seaborn.pydata.org/api.html), [FAQ](https://seaborn.pydata.org/faq), and other useful information.\n\nTo build the documentation locally, please refer to [`doc/README.md`](doc/README.md).\n\nDependencies\n------------\n\nSeaborn supports Python 3.8+.\n\nInstallation requires [numpy](https://numpy.org/), [pandas](https://pandas.pydata.org/), and [matplotlib](https://matplotlib.org/). Some advanced statistical functionality requires [scipy](https://www.scipy.org/) and/or [statsmodels](https://www.statsmodels.org/).\n\n\nInstallation\n------------\n\nThe latest stable release (and required dependencies) can be installed from PyPI:\n\n    pip install seaborn\n\nIt is also possible to include optional statistical dependencies:\n\n    pip install seaborn[stats]\n\nSeaborn can also be installed with conda:\n\n    conda install seaborn\n\nNote that the main anaconda repository lags PyPI in adding new releases, but conda-forge (`-c conda-forge`) typically updates quickly.\n\nCiting\n------\n\nA paper describing seaborn has been published in the [Journal of Open Source Software](https://joss.theoj.org/papers/10.21105/joss.03021). The paper provides an introduction to the key features of the library, and it can be used as a citation if seaborn proves integral to a scientific publication.\n\nTesting\n-------\n\nTesting seaborn requires installing additional dependencies; they can be installed with the `dev` extra (e.g., `pip install .[dev]`).\n\nTo test the code, run `make test` in the source directory. This will exercise the unit tests (using [pytest](https://docs.pytest.org/)) and generate a coverage report.\n\nCode style is enforced with `flake8` using the settings in the [`setup.cfg`](./setup.cfg) file. Run `make lint` to check. Alternately, you can use `pre-commit` to automatically run lint checks on any files you are committing: just run `pre-commit install` to set it up, and then commit as usual going forward.\n\nDevelopment\n-----------\n\nSeaborn development takes place on Github: https://github.com/mwaskom/seaborn\n\nPlease submit bugs that you encounter to the [issue tracker](https://github.com/mwaskom/seaborn/issues) with a reproducible example demonstrating the problem. Questions about usage are more at home on StackOverflow, where there is a [seaborn tag](https://stackoverflow.com/questions/tagged/seaborn).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmwaskom%2Fseaborn","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmwaskom%2Fseaborn","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmwaskom%2Fseaborn/lists"}