Skip to content

Commit a85fd34

Browse files
committed
DOC : updated seaborn blurb
- use blurb suggest by @mwaskom - added links
1 parent b2febbf commit a85fd34

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

doc/mpl_toolkits/index.rst

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,26 +116,34 @@ MplDataCursor
116116
toolkit written by Joe Kington to provide interactive "data cursors"
117117
(clickable annotation boxes) for matplotlib.
118118

119+
.. _prettyplotlib:
120+
119121
prettyplotlib
120122
=============
121123
`prettyplotlib <olgabot.github.io/prettyplotlib>`_ is an extension
122124
to matplotlib which changes many of the defaults to make plots some
123125
consider more attractive.
124126

127+
.. _hl_plotting:
125128
###################
126129
High-Level Plotting
127130
###################
128131

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

135+
.. _seaborn:
136+
132137
seaborn
133138
=======
134139
(*Not distributed with matplotlib*)
135140

136-
`seaborn <www.stanford.edu/~mwaskom/software/seaborn/>`_ is a Python
137-
visualization library based on matplotlib. It provides a high-level
138-
interface for drawing attractive statistical graphics.
141+
`seaborn <www.stanford.edu/~mwaskom/software/seaborn/>`_ is a high
142+
level interface for drawing statistical graphics with matplotlib. It
143+
aims to make visualization a central part of exploring and
144+
understanding complex datasets.
145+
146+
.. _ggplot:
139147

140148
ggplot
141149
======

0 commit comments

Comments
 (0)