observablehq / plot

A concise API for exploratory data visualization implementing a layered grammar of graphics
https://observablehq.com/plot/
ISC License
4.16k stars 171 forks source link

fix markers on lines with variable aesthetics #2094

Closed Fil closed 1 day ago

Fil commented 1 month ago

for lines with variable aesthetics we want to maintain the higher-level semantics of markers:

Since these lines are implemented as multiple paths, we need to change the low-level implementation of markers:

closes #2093