Skip to content

Commit c26f630

Browse files
authored
Add colormaps to choropleth docs (#1157)
1 parent cb5232c commit c26f630

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/layers/choropleth.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,12 @@ The ``Choropleth`` layer is then created specifying on which key the colormap is
8888
)
8989
9090
91+
Other options for the colormap can be found by running ``linear`` in the notebook cell. Refer to the `Branca docs <https://python-visualization.github.io/branca/>`_ for more information about colormaps:
92+
93+
.. jupyter-execute::
94+
95+
linear
96+
9197
Attributes
9298
----------
9399

0 commit comments

Comments
 (0)