@@ -53,6 +53,18 @@ the latest web technologies. Its goal is to provide elegant, concise constructio
5353graphics in the style of Protovis/D3, while delivering high-performance interactivity over
5454large data to thin clients.
5555
56+ `seaborn <https://seaborn.pydata.org >`__
57+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
58+
59+ Seaborn is a Python visualization library based on `matplotlib
60+ <http://matplotlib.org> `__. It provides a high-level, dataset-oriented
61+ interface for creating attractive statistical graphics. The plotting functions
62+ in seaborn understand pandas objects and leverage pandas grouping operations
63+ internally to support concise specification of complex visualizations. Seaborn
64+ also goes beyond matplotlib and pandas with the option to perform statistical
65+ estimation while plotting, aggregating across observations and visualizing the
66+ fit of statistical models to emphasize patterns in a dataset.
67+
5668`yhat/ggplot <https://github.com/yhat/ggplot >`__
5769~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5870
@@ -64,15 +76,6 @@ but a faithful implementation for python users has long been missing. Although s
6476(as of Jan-2014), the `yhat/ggplot <https://github.com/yhat/ggplot >`__ project has been
6577progressing quickly in that direction.
6678
67- `Seaborn <https://github.com/mwaskom/seaborn >`__
68- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
69-
70- Although pandas has quite a bit of "just plot it" functionality built-in, visualization and
71- in particular statistical graphics is a vast field with a long tradition and lots of ground
72- to cover. The `Seaborn <https://github.com/mwaskom/seaborn >`__ project builds on top of pandas
73- and `matplotlib <http://matplotlib.org >`__ to provide easy plotting of data which extends to
74- more advanced types of plots then those offered by pandas.
75-
7679`Vincent <https://github.com/wrobstory/vincent >`__
7780~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7881
0 commit comments