From 102a579e5455bc4437149e5090998e43e8b12d7a Mon Sep 17 00:00:00 2001 From: gjmooney Date: Mon, 18 Dec 2023 13:56:55 +0100 Subject: [PATCH] Add colormaps to choropleth 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..6b0850a2c 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. Refer to the `Branca docs `_ for more information about colormaps: + +.. jupyter-execute:: + + linear + Attributes ----------