seaborn 0.13.2-2 source package in Ubuntu

Changelog

seaborn (0.13.2-2) unstable; urgency=medium
 
  * Add patch to avoid test failures on 32-bit (Closes: #1063273)

 -- Nilesh Patra <email address hidden>  Fri, 09 Feb 2024 22:22:55 +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

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
seaborn_0.13.2-2.dsc 1.7 KiB aaa30a40e68cb79050e7c0ad740b7a278b0b547c23eec64fc538030cc8857760
seaborn_0.13.2.orig.tar.gz 1.8 MiB f95141106bf1815246a3108055405c7ffe27ed69687fb3c21c754c2a7a5781c7
seaborn_0.13.2-2.debian.tar.xz 5.9 KiB d08478e8e072f3077c6879df4c9c7ba24189a511ff6a35032a2571837b3e6d2c

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.