Skip to content

Commit

Permalink
new pivot sort strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
bmschmidt committed Sep 19, 2024
1 parent e2ddc9e commit 00ccb8b
Show file tree
Hide file tree
Showing 5 changed files with 345 additions and 97 deletions.
2 changes: 1 addition & 1 deletion src/deepscatter.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export { Scatterplot } from './scatterplot';
export { Bitmask, DataSelection } from './selection';
export { Bitmask, DataSelection, SortedDataSelection } from './selection';
export { Deeptable } from './Deeptable';
export { LabelMaker } from './label_rendering';
export { dictionaryFromArrays } from './utilityFunctions';
Expand Down
Loading

0 comments on commit 00ccb8b

Please sign in to comment.