Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lazy scatterplot for Vector & Table #3655
Lazy scatterplot for Vector & Table #3655
Changes from 1 commit
8c39fc4
6dbd742
cd2b93c
61f5f50
5f58a6d
363be5d
a5b2641
42cbf76
97fd2be
9593d67
808a76f
30c1555
6473ad1
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CCing @4e6: Calling
this.setPreprocessor
repeatedly with different code snippet seems to work, but ideally we shall have a single snippet and just invoke it with differentlimit
andbounds
argument. I hope it will be possible to do something like that with hidden modules.#3661 introduces
this.setPreprocessor(module, method)
- it shall also allow providing arguments somehow.