Mike Bostock
Mike Bostock
> This branch currently breaks brushX and brushY on a 2-d scatterplot. Based on our earlier discussion, it is behaving as expected. (Or, it’s not clear what you mean by...
> but for now I don't see what is the purpose of brushX and brushY anymore, if the mode is driven by the x and y options It’s the same...
I’ve made a few small improvements (to handle band scales, to improve the display of one-dimensional pointing using rules instead of circles, and to change the default *n* to 1)....
This branch now reverts #748, restoring the brush #71 and fixes #5.
We chose not to do this both to keep things simple and because we want the margins to be consistent across plots for vertical alignment. However, I would like to...
Please don’t pester for updates. If there are updates, you’ll see them here.
This feels niche to me; it’s cool but I’m not sure how I’d use it? I would be more supportive of this as a general pattern rather than these specific...
The only reason I added Delaunay was to support Voronoi and convex hull, which together have several known use cases. Hiding Delaunay when it’s needed to support those cases felt...
There is already a strokeDasharray option. See this example: https://github.com/observablehq/plot/blob/main/test/plots/covid-ihme-projected-deaths.js It could be made a channel I suppose, but in practice I think it is usually better to have two...
There’s probably a similar enhancement here with temporal data: e.g., if the values are all at UTC midnights, then we shouldn’t choose a bin threshold shorter than d3.utcDay. But testing...