observablehq / plot

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

interpolatorRandomWalk maxDistance #2032

Open Fil opened 7 months ago

Fil commented 7 months ago

Allows to select a region that contains high value samples:

before after
before after

The difficulty lies in choosing the value for points that are too far: should it be 0, or something else? (NaN and -Infinity don't work in conjunction with blur2 , but maybe it's blur2 that should be upgraded).

Fil commented 4 months ago

linked to (or identical to?) #1431.