@@ -361,7 +361,7 @@ def setp(*args, **kwargs):
361
361
362
362
def xkcd (scale = 1 , length = 100 , randomness = 2 ):
363
363
"""
364
- Turns on `xkcd <http ://xkcd.com/>`_ sketch-style drawing mode.
364
+ Turns on `xkcd <https ://xkcd.com/>`_ sketch-style drawing mode.
365
365
This will only have effect on things drawn after this function is
366
366
called.
367
367
@@ -2023,7 +2023,7 @@ def colormaps():
2023
2023
========= =======================================================
2024
2024
2025
2025
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
2027
2027
the GIST package, both by David H. Munro are included:
2028
2028
2029
2029
============ =======================================================
@@ -2103,14 +2103,14 @@ def colormaps():
2103
2103
2104
2104
.. [#] Resembles "BkBlAqGrYeOrReViWh200" from NCAR Command
2105
2105
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>`_
2107
2107
2108
2108
.. [#] See `Diverging Color Maps for Scientific Visualization
2109
2109
<http://www.kennethmoreland.com/color-maps/>`_ by Kenneth Moreland.
2110
2110
2111
2111
.. [#] See `A Color Map for Effective Black-and-White Rendering of
2112
2112
Color-Scale Images
2113
- <http ://www.mathworks.com/matlabcentral/fileexchange/2662-cmrmap-m>`_
2113
+ <https ://www.mathworks.com/matlabcentral/fileexchange/2662-cmrmap-m>`_
2114
2114
by Carey Rappaport
2115
2115
2116
2116
.. [#] Changed to distinguish from ColorBrewer's *Spectral* map.
0 commit comments