plotly/plotly.js

[Feature Request] Support line styles in Scattermapbox

Open

#6.791 geöffnet am 22. Nov. 2023

Auf GitHub ansehen
 (12 Kommentare) (2 Reaktionen) (0 zugewiesene Personen)JavaScript (1.846 Forks)batch import
P3featuregood first issue

Repository-Metriken

Stars
 (15.964 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 35T 19h) (36 gemergte PRs in 30 T)

Beschreibung

It would be nice to plot lines of different styles, e.g. dashed, dotted, etc. to a Scattermapbox layer. The lack for this feature has been noted here How do I change the line style to dash in a scattermapbox plot?, and here How to change line shape in mapbox maps?

Currently (Plotly 5.18), the only supported line attributes are "color" and "width" . However, distinguishing lines by color is not sufficient for monochrome styled figures. In addition, certain line styles are frequently expected:

  • minor roads = dashed line
  • under construction = dotted line

Contributor Guide