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 16, 2024
1 parent de6271a commit 3f1fa61
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 3f1fa61

Please sign in to comment.