From 50ad23440cb3ac9de862f69c8a4808108b54dbc9 Mon Sep 17 00:00:00 2001 From: gjmooney Date: Thu, 14 Dec 2023 12:07:57 +0100 Subject: [PATCH 1/2] Add colormap options to docs --- docs/layers/choropleth.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/layers/choropleth.rst b/docs/layers/choropleth.rst index 236017e4c..8dd8ad19a 100644 --- a/docs/layers/choropleth.rst +++ b/docs/layers/choropleth.rst @@ -88,6 +88,12 @@ The ``Choropleth`` layer is then created specifying on which key the colormap is ) +Other options for the colormap can be found by running ``linear`` in the notebook cell: + +.. jupyter-execute:: + + linear + Attributes ---------- From 9717e1dca0ff3c2b9b7a966fbb6bcb43dc33f94b Mon Sep 17 00:00:00 2001 From: gjmooney Date: Fri, 15 Dec 2023 11:44:51 +0100 Subject: [PATCH 2/2] Add link to Branca docs --- docs/layers/choropleth.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/layers/choropleth.rst b/docs/layers/choropleth.rst index 8dd8ad19a..6b0850a2c 100644 --- a/docs/layers/choropleth.rst +++ b/docs/layers/choropleth.rst @@ -88,7 +88,7 @@ The ``Choropleth`` layer is then created specifying on which key the colormap is ) -Other options for the colormap can be found by running ``linear`` in the notebook cell: +Other options for the colormap can be found by running ``linear`` in the notebook cell. Refer to the `Branca docs `_ for more information about colormaps: .. jupyter-execute::