Skip to content

Commit

Permalink
Merge pull request #5870 from anntzer/doc-typo
Browse files Browse the repository at this point in the history
Docs / examples fixes.
  • Loading branch information
jenshnielsen committed Jan 24, 2016
2 parents 30db3ac + 33e474f commit 12e0878
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/axes_grid1/parasite_simple2.py
Expand Up @@ -30,7 +30,7 @@

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

Expand Down
2 changes: 1 addition & 1 deletion lib/matplotlib/_cm.py
Expand Up @@ -1751,7 +1751,7 @@ def gfunc32(x):

# This bipolar color map was generated from CoolWarmFloat33.csv of
# "Diverging Color Maps for Scientific Visualization" by Kenneth Moreland.
# <http://www.cs.unm.edu/~kmorel/documents/ColorMaps/>
# <http://www.kennethmoreland.com/color-maps/>
_coolwarm_data = {
'red': [
(0.0, 0.2298057, 0.2298057),
Expand Down
3 changes: 1 addition & 2 deletions lib/matplotlib/pyplot.py
Expand Up @@ -2058,8 +2058,7 @@ def colormaps():
<http://www.ncl.ucar.edu/Document/Graphics/color_table_gallery.shtml>`_
.. [#] See `Diverging Color Maps for Scientific Visualization
<http://www.cs.unm.edu/~kmorel/documents/ColorMaps/>`_ by Kenneth
Moreland.
<http://www.kennethmoreland.com/color-maps/>`_ by Kenneth Moreland.
.. [#] See `A Color Map for Effective Black-and-White Rendering of
Color-Scale Images
Expand Down

0 comments on commit 12e0878

Please sign in to comment.