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

Skip to content

Commit 12e0878

Browse files
committed
Merge pull request #5870 from anntzer/doc-typo
Docs / examples fixes.
2 parents 30db3ac + 33e474f commit 12e0878

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

examples/axes_grid1/parasite_simple2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
ax_kms.axis["bottom"].set_label("Linear velocity at 2.3 kpc [km/s]")
3232
ax_kms.axis["left"].set_label("FWHM [km/s]")
33-
ax_pm.axis["top"].set_label("Proper Motion [$^{''}$/yr]")
33+
ax_pm.axis["top"].set_label(r"Proper Motion [$''$/yr]")
3434
ax_pm.axis["top"].label.set_visible(True)
3535
ax_pm.axis["right"].major_ticklabels.set_visible(False)
3636

lib/matplotlib/_cm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1751,7 +1751,7 @@ def gfunc32(x):
17511751

17521752
# This bipolar color map was generated from CoolWarmFloat33.csv of
17531753
# "Diverging Color Maps for Scientific Visualization" by Kenneth Moreland.
1754-
# <http://www.cs.unm.edu/~kmorel/documents/ColorMaps/>
1754+
# <http://www.kennethmoreland.com/color-maps/>
17551755
_coolwarm_data = {
17561756
'red': [
17571757
(0.0, 0.2298057, 0.2298057),

lib/matplotlib/pyplot.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2058,8 +2058,7 @@ def colormaps():
20582058
<http://www.ncl.ucar.edu/Document/Graphics/color_table_gallery.shtml>`_
20592059
20602060
.. [#] See `Diverging Color Maps for Scientific Visualization
2061-
<http://www.cs.unm.edu/~kmorel/documents/ColorMaps/>`_ by Kenneth
2062-
Moreland.
2061+
<http://www.kennethmoreland.com/color-maps/>`_ by Kenneth Moreland.
20632062
20642063
.. [#] See `A Color Map for Effective Black-and-White Rendering of
20652064
Color-Scale Images

0 commit comments

Comments
 (0)