Skip to content

Commit 4cf953e

Browse files
committed
mention choropleth()
1 parent 4a76e6d commit 4cf953e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assignments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Engaging with comments left in {{coding_env_name}} is more than welcome.
113113
- If you've edited any of the template notebooks, you can find them in that `-old` folder.
114114
1. Repeat the [getting started](#getting-started) steps.
115115
{% endif -%}
116-
- **When using `choropleth_map()`, nothing appears on the map:** Make sure:
116+
- **When using [`choropleth()`](https://plotly.com/python/choropleth-maps/)/[`choropleth_map()`](https://plotly.com/python/tile-county-choropleth/), nothing appears on the map:** Make sure:
117117
- Your `locations` corresponds to the DataFrame column name and `featureidkey` is set to `properties.<property name>` matching the GeoJSON
118118
- See [how we found the property name to use](lecture_3.ipynb#geospatial-data)
119119
- The column and the GeoJSON properties have values that match

0 commit comments

Comments
 (0)