Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2d3b960

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

File tree

Expand file treeCollapse file tree

2 files changed

+4
-5
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+4
-5
lines changed

‎doc/_templates/index.html

Copy file name to clipboardExpand all lines: doc/_templates/index.html
+1-1Lines 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

Copy file name to clipboardExpand all lines: doc/mpl_toolkits/index.rst
+3-4Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.