Skip to content

Commit 8967aa1

Browse files
committed
DOC: switch http -> https
1 parent 541e06b commit 8967aa1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/matplotlib/pyplot.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ def setp(*args, **kwargs):
361361

362362
def xkcd(scale=1, length=100, randomness=2):
363363
"""
364-
Turns on `xkcd <http://xkcd.com/>`_ sketch-style drawing mode.
364+
Turns on `xkcd <https://xkcd.com/>`_ sketch-style drawing mode.
365365
This will only have effect on things drawn after this function is
366366
called.
367367
@@ -2023,7 +2023,7 @@ def colormaps():
20232023
========= =======================================================
20242024
20252025
A set of palettes from the `Yorick scientific visualisation
2026-
package <http://dhmunro.github.io/yorick-doc/>`_, an evolution of
2026+
package <https://dhmunro.github.io/yorick-doc/>`_, an evolution of
20272027
the GIST package, both by David H. Munro are included:
20282028
20292029
============ =======================================================
@@ -2103,14 +2103,14 @@ def colormaps():
21032103
21042104
.. [#] Resembles "BkBlAqGrYeOrReViWh200" from NCAR Command
21052105
Language. See `Color Table Gallery
2106-
<http://www.ncl.ucar.edu/Document/Graphics/color_table_gallery.shtml>`_
2106+
<https://www.ncl.ucar.edu/Document/Graphics/color_table_gallery.shtml>`_
21072107
21082108
.. [#] See `Diverging Color Maps for Scientific Visualization
21092109
<http://www.kennethmoreland.com/color-maps/>`_ by Kenneth Moreland.
21102110
21112111
.. [#] See `A Color Map for Effective Black-and-White Rendering of
21122112
Color-Scale Images
2113-
<http://www.mathworks.com/matlabcentral/fileexchange/2662-cmrmap-m>`_
2113+
<https://www.mathworks.com/matlabcentral/fileexchange/2662-cmrmap-m>`_
21142114
by Carey Rappaport
21152115
21162116
.. [#] Changed to distinguish from ColorBrewer's *Spectral* map.

0 commit comments

Comments
 (0)