From 8d07d55f406c1fd6e981626fb9693614b8b10454 Mon Sep 17 00:00:00 2001 From: Sojin Date: Sun, 28 Aug 2016 20:25:08 +0800 Subject: [PATCH] Add seaborn Seaborn is a Python visualization library based on matplotlib. It provides a high-level interface for drawing attractive statistical graphics. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fcf7c395..dd0e8393 100644 --- a/README.md +++ b/README.md @@ -980,6 +980,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [pygraphviz](https://pypi.python.org/pypi/pygraphviz) - Python interface to [Graphviz](http://www.graphviz.org/). * [PyQtGraph](http://www.pyqtgraph.org/) - Interactive and realtime 2D/3D/Image plotting and science/engineering widgets. * [SnakeViz](http://jiffyclub.github.io/snakeviz/) - A browser based graphical viewer for the output of Python's cProfile module. +* [seaborn](https://github.com/mwaskom/seaborn) - Statistical data visualization using matplotlib. * [vincent](https://github.com/wrobstory/vincent) - A Python to Vega translator. * [VisPy](http://vispy.org/) - High-performance scientific visualization based on OpenGL.