8000 Merge pull request #5870 from anntzer/doc-typo · matplotlib/matplotlib@6405839 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6405839

Browse files
committed
Merge pull request #5870 from anntzer/doc-typo
Docs / examples fixes.
1 parent aa13812 commit 6405839

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

examples/axes_grid/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
@@ -2153,8 +2153,7 @@ def colormaps():
21532153
<http://www.ncl.ucar.edu/Document/Graphics/color_table_gallery.shtml>`_
21542154
21552155
.. [#] See `Diverging Color Maps for Scientific Visualization
2156-
<http://www.cs.unm.edu/~kmorel/documents/ColorMaps/>`_ by Kenneth
2157-
Moreland.
2156+
<http://www.kennethmoreland.com/color-maps/>`_ by Kenneth Moreland.
21582157
21592158
.. [#] See `A Color Map for Effective Black-and-White Rendering of
21602159
Color-Scale Images

0 commit comments

Comments
 (0)
0