seaborn 0.11.2-2 source package in Ubuntu

Changelog

seaborn (0.11.2-2) unstable; urgency=medium

  * d/control: Remove useless B-D on python3-nose
  * Bump Standards-Version to 4.6.0 (no changes needed)

 -- Nilesh Patra <email address hidden>  Mon, 25 Oct 2021 01:37:52 +0530

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

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
seaborn_0.11.2-2.dsc 2.2 KiB 6b7ebe2c1dce2729717960833c511078609b7774fcc1e68933614a1e48d0f9af
seaborn_0.11.2.orig.tar.gz 1.6 MiB 693e3877d7608e08201feb6b99a7c9fce06ecaa88acbb8c3e928bdff9feb8515
seaborn_0.11.2-2.debian.tar.xz 5.8 KiB 31d23ab6bdc863eaeb1c5605ea21d63f69377f8bbf4817fa0233857a9ae201a3

Available diffs

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.