`fitbounds="locations"` 参数对 `px.choropleth_map` 不起作用
作者: mattiatantardini创建于 2023年6月26日更新于 2026年9月2日
标签bugP3size: 1
`fitbounds` 参数在 choropleth mapbox 中似乎不起作用。我找到的唯一一种将其传递给 Figure 对象的方法是使用 `update_geos` 方法。以下是使用该参数的代码示例:
内容来源: plotly/plotly.py
`fitbounds` 参数在 choropleth mapbox 中似乎不起作用。我找到的唯一一种将其传递给 Figure 对象的方法是使用 `update_geos` 方法。以下是使用该参数的代码示例:
内容来源: plotly/plotly.py