Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2d3b960

Browse files
authored
Merge pull request #7266 from QuLogic/seaborn-link
Update seaborn link away from Stanford site.
2 parents d134631 + 4c3c0e2 commit 2d3b960

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

doc/_templates/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ <h1>Toolkits</h1>
158158
3d plotting with <a href="{{ pathto('mpl_toolkits/mplot3d/index') }}">mplot3d</a>,
159159
axes and axis helpers in <a href="{{ pathto('mpl_toolkits/axes_grid/index') }}">axes_grid</a>,
160160
several higher-level plotting interfaces
161-
<a href="http://web.stanford.edu/~mwaskom/software/seaborn">seaborn</a>,
161+
<a href="https://seaborn.github.io/">seaborn</a>,
162162
<a href="http://holoviews.org">holoviews</a>,
163163
<a href="http://ggplot.yhathq.com">ggplot</a>, and more.
164164
</p>

doc/mpl_toolkits/index.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -176,10 +176,9 @@ seaborn
176176
=======
177177
(*Not distributed with matplotlib*)
178178

179-
`seaborn <http://web.stanford.edu/~mwaskom/software/seaborn>`_ is a high
180-
level interface for drawing statistical graphics with matplotlib. It
181-
aims to make visualization a central part of exploring and
182-
understanding complex datasets.
179+
`seaborn <https://seaborn.github.io/>`_ is a high level interface for drawing
180+
statistical graphics with matplotlib. It aims to make visualization a central
181+
part of exploring and understanding complex datasets.
183182

184183
.. image:: /_static/seaborn.png
185184
:height: 157px

0 commit comments

Comments
 (0)