forked from observablehq/plot
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
composable transform (observablehq#193)
* composable transform * fix crash on const z * remove basic transform support * normalize transform * remove unused import * movingAverage transform * propagate computed channels * stack transform * preserve data during select * fix select * simpler composite transform * fix select, normalize * restore stack transform * restore movingAverage transform * minimize diff * revert tests * restore group transform * fix tests * restore bin transform * fix label * shorter * cleaner * cleaner bin * more flexible rect[XY] * z bin (observablehq#196) * z bin * z, x1 inheritance * stacked bin test * use rectY * more TODO * x1, y1 inheritance * bins as grouped data * fix x inheritance * bin1 normalize * simplify * reorder * bin-z for 2D bins (observablehq#198) * generealize z-bin1 to z-bin2 example http://localhost:8008/?test=penguinSexMassCulmenSpecies remove unused functions * allow separate thresholds_x and thresholds_y (most useful when we want to specify them as arrays of values) * a grid to match the binning * tweaks Co-authored-by: Mike Bostock <mbostock@gmail.com> Co-authored-by: Philippe Rivière <fil@rezo.net> * format * group1 sort by x * group2 * rename * consolidate * fix observablehq#201; group domain option Co-authored-by: Philippe Rivière <fil@rezo.net>
- Loading branch information
Showing
31 changed files
with
1,203 additions
and
732 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.