Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 37f0363

Browse files
authoredSep 29, 2021
DOC: Update Matplotlib Colormaps doc link #43624 (#43633)
1 parent 9bd3e41 commit 37f0363

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎doc/source/user_guide/visualization.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1651,7 +1651,7 @@ remedy this, ``DataFrame`` plotting supports the use of the ``colormap`` argumen
16511651
which accepts either a Matplotlib `colormap <https://matplotlib.org/api/cm_api.html>`__
16521652
or a string that is a name of a colormap registered with Matplotlib. A
16531653
visualization of the default matplotlib colormaps is available `here
1654-
<https://matplotlib.org/examples/color/colormaps_reference.html>`__.
1654+
<https://matplotlib.org/stable/gallery/color/colormap_reference.html>`__.
16551655

16561656
As matplotlib does not directly support colormaps for line-based plots, the
16571657
colors are selected based on an even spacing determined by the number of columns

0 commit comments

Comments
 (0)
Please sign in to comment.