From dccc97f41e96c85fc05a2691b143989d36f7084b Mon Sep 17 00:00:00 2001 From: Nicolas Kruchten Date: Tue, 12 May 2020 09:21:13 -0400 Subject: [PATCH] adding choropleth to apidoc --- doc/apidoc/plotly.figure_factory.rst | 1 + doc/python/county-choropleth.md | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/doc/apidoc/plotly.figure_factory.rst b/doc/apidoc/plotly.figure_factory.rst index 09b01b1a360..a8ecf068da1 100644 --- a/doc/apidoc/plotly.figure_factory.rst +++ b/doc/apidoc/plotly.figure_factory.rst @@ -13,6 +13,7 @@ create_annotated_heatmap create_bullet create_candlestick + create_choropleth create_dendrogram create_distplot create_facet_grid diff --git a/doc/python/county-choropleth.md b/doc/python/county-choropleth.md index cfad10aac01..140c657a879 100644 --- a/doc/python/county-choropleth.md +++ b/doc/python/county-choropleth.md @@ -274,3 +274,7 @@ fig.show() ``` Also see Mapbox county choropleths made in Python: [https://plotly.com/python/mapbox-county-choropleth/](https://plotly.com/python/mapbox-county-choropleth/) + +### Reference + +For more info on `ff.create_choropleth()`, see the [full function reference](https://plotly.com/python-api-reference/generated/plotly.figure_factory.create_choropleth.html)