Skip to content
Prev Previous commit
Next Next commit
Updated create_hexbin_mapbox docstring
  • Loading branch information
ajlien committed Oct 1, 2025
commit b9a271d2d3012eadd4ed9d1b800573845093fe3f
2 changes: 1 addition & 1 deletion plotly/figure_factory/_hexbin_mapbox.py
Original file line number Diff line number Diff line change
Expand Up @@ -521,6 +521,6 @@ def create_hexbin_mapbox(
"bool",
"Whether to show the original data on top of the hexbin aggregation.",
],
original_data_marker=["dict", "Scattermapbox marker options."],
original_data_marker=["dict", "Scattermap marker options."],
),
)