Skip to content

adding choropleth to apidoc #2463

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 12, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions doc/apidoc/plotly.figure_factory.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
create_annotated_heatmap
create_bullet
create_candlestick
create_choropleth
create_dendrogram
create_distplot
create_facet_grid
Expand Down
4 changes: 4 additions & 0 deletions doc/python/county-choropleth.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)