diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2020-03-07 08:56:27 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-03-07 08:56:48 +0700 |
commit | 4687184d078c0051602a08072bd9a05aa2cf04c2 (patch) | |
tree | 9449902bfa2e46512e79be75e0d1beef79d25e05 /python/python3-seaborn/README | |
parent | 4ccb99d4472d40524f1da9acdd86b826ceeed11b (diff) |
python/python3-seaborn: Added (statistical data visualization).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-seaborn/README')
-rw-r--r-- | python/python3-seaborn/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/python/python3-seaborn/README b/python/python3-seaborn/README new file mode 100644 index 000000000000..c11a97b528e0 --- /dev/null +++ b/python/python3-seaborn/README @@ -0,0 +1,6 @@ +Seaborn is a Python data visualization library based on matplotlib. +It provides a high-level interface for drawing attractive and +informative statistical graphics. + +python3-statsmodels (optional) provides advanced statistical +plot functions. |