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)