Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/seaborn/
Date: Sat, 25 Nov 2017 21:44:23
Message-Id: 1511646193.6293c288a57adbd3bc830efabad556a78d424ad4.soap@gentoo
1 commit: 6293c288a57adbd3bc830efabad556a78d424ad4
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 25 20:09:11 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 25 21:43:13 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6293c288
7
8 dev-python/seaborn: [QA] Consistent whitespace in metadata.xml
9
10 dev-python/seaborn/metadata.xml | 26 ++++++++++----------------
11 1 file changed, 10 insertions(+), 16 deletions(-)
12
13 diff --git a/dev-python/seaborn/metadata.xml b/dev-python/seaborn/metadata.xml
14 index 86ec3a36c73..fefd180716d 100644
15 --- a/dev-python/seaborn/metadata.xml
16 +++ b/dev-python/seaborn/metadata.xml
17 @@ -15,25 +15,19 @@
18 </maintainer>
19 <longdescription lang="en">
20 Seaborn is a library for making attractive and informative statistical graphics
21 - in Python. It is built on top of matplotlib and tightly integrated with the
22 - PyData stack, including support for numpy and pandas data structures and
23 + in Python. It is built on top of matplotlib and tightly integrated with the
24 + PyData stack, including support for numpy and pandas data structures and
25 statistical routines from scipy and statsmodels.
26 -
27 +
28 Some of the features that seaborn offers are
29 -
30 +
31 * Several built-in themes that improve on the default matplotlib aesthetics
32 - * Tools for choosing color palettes to make beautiful plots that reveal
33 - patterns in your data
34 - * Functions for visualizing univariate and bivariate distributions or for
35 - comparing them between subsets of data
36 - * Tools that fit and visualize linear regression models for different kinds
37 - of independent and dependent variables
38 - * Functions that visualize matrices of data and use clustering algorithms to
39 - discover structure in those matrices
40 - * A function to plot statistical timeseries data with flexible estimation and
41 - representation of uncertainty around the estimate
42 - * High-level abstractions for structuring grids of plots that let you easily
43 - build complex visualizations
44 + * Tools for choosing color palettes to make beautiful plots that reveal patterns in your data
45 + * Functions for visualizing univariate and bivariate distributions or for comparing them between subsets of data
46 + * Tools that fit and visualize linear regression models for different kinds of independent and dependent variables
47 + * Functions that visualize matrices of data and use clustering algorithms to discover structure in those matrices
48 + * A function to plot statistical timeseries data with flexible estimation and representation of uncertainty around the estimate
49 + * High-level abstractions for structuring grids of plots that let you easily build complex visualizations
50 </longdescription>
51 <upstream>
52 <remote-id type="pypi">seaborne</remote-id>