seaborn 0.9.0-2 source package in Ubuntu

Changelog

seaborn (0.9.0-2) unstable; urgency=medium

  * Team upload.
  * Drop Python 2 support (Closes: #938458).

 -- Ondřej Nový <email address hidden>  Thu, 24 Oct 2019 14:07:01 +0200

Upload details

Uploaded by:
Debian Science Team
Uploaded to:
Sid
Original maintainer:
Debian Science Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
seaborn_0.9.0-2.dsc 2.1 KiB 708016ac12dacd1c599c398fc54d88b8a2c04c90c80b9e03bbe6ae558aa8c57a
seaborn_0.9.0.orig.tar.gz 278.5 KiB e2910b86f719ceecd09350071cb68e7531d236d087d04515b961363dd7208e6f
seaborn_0.9.0-2.debian.tar.xz 5.8 KiB a759ca643435004ac343590968d8e7ba32fc9f1966f0400c1f0291d786aaae77

No changes file available.

Binary packages built by this source

python3-seaborn: statistical visualization library for Python3

 Seaborn is a library for making attractive and informative
 statistical graphics in Python. It is built on top of matplotlib and
 tightly integrated with the PyData stack, including support for numpy
 and pandas data structures and statistical routines from scipy and
 statsmodels.
 .
 Some of the features that seaborn offers are
 .
  - Several built-in themes that improve on the default matplotlib
    aesthetics
  - Tools for choosing color palettes to make beautiful plots that
    reveal patterns in your data
  - Functions for visualizing univariate and bivariate distributions
    or for comparing them between subsets of data
  - Tools that fit and visualize linear regression models for different
    kinds of independent and dependent variables
  - A function to plot statistical timeseries data with flexible estimation
    and representation of uncertainty around the estimate
  - High-level abstractions for structuring grids of plots that let you
    easily build complex visualizations
 .
 This is the Python 3 version of the package.