Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 12e0878

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

File tree

Expand file treeCollapse file tree

3 files changed

+3
-4
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+3
-4
lines changed

‎examples/axes_grid1/parasite_simple2.py

Copy file name to clipboardExpand all lines: examples/axes_grid1/parasite_simple2.py
+1-1Lines 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

Copy file name to clipboardExpand all lines: lib/matplotlib/_cm.py
+1-1Lines 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

Copy file name to clipboardExpand all lines: lib/matplotlib/pyplot.py
+1-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.