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
feat: add ScatterMap trace for the MapLibre map subplot (#417)
Add `ScatterMap`, the MapLibre-based counterpart to `ScatterMapbox`, drawn
on the `layout.map` subplot (`LayoutMap`/`MapStyle`).
It mirrors`ScatterMapbox` field-for-field - markers/lines, `Fill`/`Selection`, and the
full hover set (text/hovertext/hoverinfo/hovertemplate/customdata/hoverlabel),
but emits `"type": "scattermap"` and references `layout.map`.
Add a `PlotType::ScatterMap` variant, re-export `ScatterMap` and the
`scatter_map` module, and add a `serialize_scatter_map` unit test plus a doc
example.
Signed-off-by: Andrei Gherghescu <8067229+andrei-ng@users.noreply.github.com>
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
-[[#412](https://github.com/plotly/plotly.rs/pull/412)] Add `Violin` trace type with box, mean line, KDE span, and split/grouped support
14
14
-[[#414](https://github.com/plotly/plotly.rs/issues/414)] Add `DensityMap` (MapLibre `map` subplot) trace type — density heatmaps with full color-scale and hover support
15
+
-[[#417](https://github.com/plotly/plotly.rs/issues/417)] Add `ScatterMap` (MapLibre `map` subplot) trace type — the modern counterpart to `ScatterMapbox`
0 commit comments