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

Skip to content

Commit 3d9e7f0

Browse files
committed
Corrected formatting issues with documentation
1 parent ba4eca2 commit 3d9e7f0

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

Lines 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)