Skip to content

Commit

Permalink
DOC : updated seaborn blurb
Browse files Browse the repository at this point in the history
 - use blurb suggest by @mwaskom
 - added links
  • Loading branch information
tacaswell committed Jun 11, 2014
1 parent b2febbf commit a85fd34
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions doc/mpl_toolkits/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -116,26 +116,34 @@ MplDataCursor
toolkit written by Joe Kington to provide interactive "data cursors"
(clickable annotation boxes) for matplotlib.

.. _prettyplotlib:

prettyplotlib
=============
`prettyplotlib <olgabot.github.io/prettyplotlib>`_ is an extension
to matplotlib which changes many of the defaults to make plots some
consider more attractive.

.. _hl_plotting:
###################
High-Level Plotting
###################

Several projects have started to provide a higher-level interface to
matplotlib. These are independent projects.

.. _seaborn:

seaborn
=======
(*Not distributed with matplotlib*)

`seaborn <www.stanford.edu/~mwaskom/software/seaborn/>`_ is a Python
visualization library based on matplotlib. It provides a high-level
interface for drawing attractive statistical graphics.
`seaborn <www.stanford.edu/~mwaskom/software/seaborn/>`_ is a high
level interface for drawing statistical graphics with matplotlib. It
aims to make visualization a central part of exploring and
understanding complex datasets.

.. _ggplot:

ggplot
======
Expand Down

0 comments on commit a85fd34

Please sign in to comment.