You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`px.choropleth` accepts the `geometry` of a [GeoPandas](https://geopandas.org/) data frame as the input to `geojson` if the `geometry` contains polygons.
`px.choropleth_mapbox` accepts the `geometry` of a [GeoPandas](https://geopandas.org/) data frame as the input to `geojson` if the `geometry` contains polygons.
### Choropleth map using plotly.graph_objects and carto base map (no token needed)
161
182
162
183
If Plotly Express does not provide a good starting point, it is also possible to use [the more generic `go.Choroplethmapbox` class from `plotly.graph_objects`](/python/graph-objects/).
@@ -209,4 +230,4 @@ fig.show()
209
230
210
231
#### Reference
211
232
212
-
See https://plotly.com/python/reference/choroplethmapbox/ for more information about mapbox and their attribute options.
233
+
See https://plotly.com/python/reference/choroplethmapbox/ for more information about mapbox and their attribute options.
0 commit comments