loongson/pypi/: seaborn-0.12.0b2 metadata and description

Homepage Simple index Stable version available

seaborn: statistical data visualization

author Michael Waskom
author_email mwaskom@gmail.com
classifiers
  • Intended Audience :: Science/Research
  • Programming Language :: Python :: 3.7
  • Programming Language :: Python :: 3.8
  • Programming Language :: Python :: 3.9
  • Programming Language :: Python :: 3.10
  • License :: OSI Approved :: BSD License
  • Topic :: Scientific/Engineering :: Visualization
  • Topic :: Multimedia :: Graphics
  • Operating System :: OS Independent
  • Framework :: Matplotlib
download_url https://github.com/mwaskom/seaborn/
license BSD (3-clause)
maintainer Michael Waskom
maintainer_email mwaskom@gmail.com
provides_extras all
requires_dist
  • numpy (>=1.17)
  • pandas (>=0.25)
  • matplotlib (>=3.1)
  • typing-extensions ; python_version < "3.8"
  • scipy (>=1.3) ; extra == 'all'
  • statsmodels (>=0.10) ; extra == 'all'
requires_python >=3.7

Because this project isn't in the mirror_whitelist, no releases from root/pypi are included.

File Tox results History
seaborn-0.12.0b2-py3-none-any.whl
Size
273 KB
Type
Python Wheel
Python
3

Seaborn is a library for making statistical graphics in Python. It is built on top of matplotlib and closely integrated with pandas data structures.

Here is some of the functionality that seaborn offers:

Seaborn aims to make visualization a central part of exploring and understanding data. Its dataset-oriented plotting functions operate on dataframes and arrays containing whole datasets and internally perform the necessary semantic mapping and statistical aggregation to produce informative plots.