Philippe Rivière
Philippe Rivière
If we want to update the marks in place in the DOM rather than throw them away and create a new one on each tick (in the context of the...
See this in the README: "TODO An example of assigning categorical colors in a scatterplot by descending count to maximize discriminability"
see #1003
ts api
rebooting #1001 with a "typescript as documentation" approach. Things to watch for: - [ ] `Plot.valueof(undefined, () => {})` crashed - [ ] `Plot.map("foo")` crashed - [x] `Plot.selectMinX` potentially inserted...
This PR wants to make all of the common styles (or most of them) "variable" (#175, #380) - [x] **strokeDasharray** (difficult case: we can't consider that an array is a...
three subgraphs of Delaunay, for #928 Currently implemented as named meshes. I don't think the API is the most elegant, and I'd rather change it to an option of the...
* upgrade the grid option to a grid mark * fix some cases (band scales) * slightly changes the logic for the fx/fy grid option * document & test Note...
className should be optional and have no default value, so you have to decide what names you want to use and there are no implicit classes Related: #253 #6 #126...
Note: the scale’s label is not shown for swatches, since most of the time it is obvious from the context. But it can be nice to write Plot.legend(…, label:"Industry"):
Axes could be created as marks, like grids would be after #992. This would address #6, #926, #976, and #148.