Mike Bostock

Results 688 comments of Mike Bostock
trafficstars

> ending up in the cache as parquet seems a big detour I think you’re mixing your examples. The first one Fil linked generates an Arrow IPC file. The other...

> is using stdout to chache not slower than a direct write No. Also, data loaders only run at build time, so even a slow data loader won’t affect the...

Right, Framework’s client-side SQL code blocks require data files to be in one of several formats supported by DuckDB-Wasm. But you don’t have to use client-side SQL — you can...

We don’t use d3-color for parsing anymore, as of #1454 (#1851). See `isColor`: https://github.com/observablehq/plot/blob/e50254d0340181cc1b8cca749da96a1e10abfc94/src/options.js#L514-L527 So I think the only thing missing here is some way of specifying the colorSpace for...

Ah thanks for reminding me @Fil. I like your proposed solution. How does it perform going through canvas?

The cell mark also works well as-is: ![untitled (88)](https://github.com/observablehq/plot/assets/230541/0401e491-fa55-4a98-833a-afea6ed6ae3b) ```js Plot.plot({ padding: 0, x: { interval: 1, tickFormat: "d" }, y: { interval: 5, reverse: true }, color: { type:...

> To fix the error while using this esm import, you need to await the default export. Understood, but I’m in Node and I don’t want the esm import — ...

Can you regenerate the snapshots so we can more easily review the impact of this change? Thank you. 🙏

Yes, it’s complicated. 🤔

As discussed, we want to initialize (but not fully render) the axis text mark for _y_ scales; this will give us the _text_ channel which we can use to infer...