Skip to content

Commit 0422111

Browse files
Merge pull request #2463 from plotly/chorodoc
adding choropleth to apidoc
2 parents d84bb51 + dccc97f commit 0422111

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

doc/apidoc/plotly.figure_factory.rst

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
create_annotated_heatmap
1414
create_bullet
1515
create_candlestick
16+
create_choropleth
1617
create_dendrogram
1718
create_distplot
1819
create_facet_grid

doc/python/county-choropleth.md

+4
Original file line numberDiff line numberDiff line change
@@ -274,3 +274,7 @@ fig.show()
274274
```
275275

276276
Also see Mapbox county choropleths made in Python: [https://plotly.com/python/mapbox-county-choropleth/](https://plotly.com/python/mapbox-county-choropleth/)
277+
278+
### Reference
279+
280+
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)

0 commit comments

Comments
 (0)