From 9095afe9a8aa33d76593823eaeb464d0846b401c Mon Sep 17 00:00:00 2001 From: Ricardo Bohadana Martins Date: Sat, 18 Sep 2021 04:52:51 -0300 Subject: [PATCH] DOC: Update Matplotlib Colormaps doc link #43624 --- doc/source/user_guide/visualization.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/user_guide/visualization.rst b/doc/source/user_guide/visualization.rst index 4a4c3624aa614..fd0af7583f5dc 100644 --- a/doc/source/user_guide/visualization.rst +++ b/doc/source/user_guide/visualization.rst @@ -1651,7 +1651,7 @@ remedy this, ``DataFrame`` plotting supports the use of the ``colormap`` argumen which accepts either a Matplotlib `colormap `__ or a string that is a name of a colormap registered with Matplotlib. A visualization of the default matplotlib colormaps is available `here -`__. +`__. As matplotlib does not directly support colormaps for line-based plots, the colors are selected based on an even spacing determined by the number of columns