Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions doc/mpl_toolkits/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ toolkit written by Joe Kington to provide interactive "data cursors"

prettyplotlib
=============
`prettyplotlib <olgabot.github.io/prettyplotlib>`_ is an extension
`prettyplotlib <https://olgabot.github.io/prettyplotlib>`_ is an extension
to matplotlib which changes many of the defaults to make plots some
consider more attractive.

Expand All @@ -138,7 +138,7 @@ seaborn
=======
(*Not distributed with matplotlib*)

`seaborn <www.stanford.edu/~mwaskom/software/seaborn/>`_ is a high
`seaborn <http://web.stanford.edu/~mwaskom/software/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.
Expand All @@ -149,5 +149,5 @@ ggplot
======
(*Not distributed with matplotlib*)

`ggplot <https://github.com/yhat/ggplot/>`_ is a port of the R ggplot2
`ggplot <https://github.com/yhat/ggplot>`_ is a port of the R ggplot2
to python based on matplotlib.
2 changes: 1 addition & 1 deletion doc/users/credits.rst
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ Eric Firing

Daishi Harada
added support for "Dashed Text". See `dashpointlabel.py
<../examples/pylab_examples/dashpointlabel.py>`_ and
<../examples/pylab_examples/dashpointlabel.html>`_ and
:class:`~matplotlib.text.TextWithDash`.

Nicolas Young
Expand Down