File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -116,26 +116,34 @@ MplDataCursor
116
116
toolkit written by Joe Kington to provide interactive "data cursors"
117
117
(clickable annotation boxes) for matplotlib.
118
118
119
+ .. _prettyplotlib :
120
+
119
121
prettyplotlib
120
122
=============
121
123
`prettyplotlib <olgabot.github.io/prettyplotlib >`_ is an extension
122
124
to matplotlib which changes many of the defaults to make plots some
123
125
consider more attractive.
124
126
127
+ .. _hl_plotting :
125
128
###################
126
129
High-Level Plotting
127
130
###################
128
131
129
132
Several projects have started to provide a higher-level interface to
130
133
matplotlib. These are independent projects.
131
134
135
+ .. _seaborn :
136
+
132
137
seaborn
133
138
=======
134
139
(*Not distributed with matplotlib *)
135
140
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 :
139
147
140
148
ggplot
141
149
======
You can’t perform that action at this time.
0 commit comments