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 3d9e7f0

Browse filesBrowse files
committed
Corrected formatting issues with documentation
1 parent ba4eca2 commit 3d9e7f0
Copy full SHA for 3d9e7f0

File tree

Expand file treeCollapse file tree

1 file changed

+6
-6
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+6
-6
lines changed
+6-6Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
``matplotlib.cm.register_cmap``
2-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
33

44
... was removed as it was deprecated during 3.7. Use `matplotlib.colormaps.register` instead.
55

66
``matplotlib.cm.unregister_cmap``
7-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
88

99
... was removed as it was deprecated during 3.7. Use `matplotlib.colormaps.unregister` instead.
1010

1111
``matplotlib.pyplot.register_cmap``
12-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1313

1414
... was removed as it was deprecated during 3.7. Use `matplotlib.colormaps.register` instead.
1515

1616
``matplotlib.cm.get_cmap``
17-
~~~~~~~~~~~~~~~~~~~~~~~~~
17+
~~~~~~~~~~~~~~~~~~~~~~~~~~
1818

19-
... was removed as it was deprecated during 3.7. Use `matplotlib.cm.ColormapRegistry.get_cmap` if you have a string, `None`
20-
or a `matplotlib.colors.Colormap` object that you wnat to convert to a `matplotlib.colors.Colormap` instance.
19+
... was removed as it was deprecated during 3.7. Use `matplotlib.cm.ColormapRegistry.get_cmap` if you have a string, `None`
20+
or a `matplotlib.colors.Colormap` object that you want to convert to a `matplotlib.colors.Colormap` instance.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.