From a85fd34f0d68f9ef9862ec1a2e55d2060d898478 Mon Sep 17 00:00:00 2001 From: Thomas A Caswell Date: Tue, 10 Jun 2014 23:59:09 -0400 Subject: [PATCH] DOC : updated seaborn blurb - use blurb suggest by @mwaskom - added links --- doc/mpl_toolkits/index.rst | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/doc/mpl_toolkits/index.rst b/doc/mpl_toolkits/index.rst index 3e7eff7b5838..dec4c5fe60ba 100644 --- a/doc/mpl_toolkits/index.rst +++ b/doc/mpl_toolkits/index.rst @@ -116,12 +116,15 @@ MplDataCursor toolkit written by Joe Kington to provide interactive "data cursors" (clickable annotation boxes) for matplotlib. +.. _prettyplotlib: + prettyplotlib ============= `prettyplotlib `_ is an extension to matplotlib which changes many of the defaults to make plots some consider more attractive. +.. _hl_plotting: ################### High-Level Plotting ################### @@ -129,13 +132,18 @@ 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 `_ is a Python -visualization library based on matplotlib. It provides a high-level -interface for drawing attractive statistical graphics. +`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 ======