observablehq / plot

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

expose projection #2038

Open Fil opened 5 months ago

Fil commented 5 months ago

This is more the direction in which I'd like to go: expose just enough to make it possible to reuse the projection in another chart (we're not there yet), and to support advanced brushing (https://github.com/uwdata/mosaic/pull/336).

(Not solved yet!)

We need:

This somewhat supersedes @jheer's suggestion in https://github.com/observablehq/plot/issues/1191#issuecomment-2011275448

closes #1191