Skip to content
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

Feature request: keyboard to clear filter, keep view in TSNE #20

Open
cweinard opened this issue May 19, 2020 · 1 comment
Open

Feature request: keyboard to clear filter, keep view in TSNE #20

cweinard opened this issue May 19, 2020 · 1 comment

Comments

@cweinard
Copy link

In tsne view, I'd like to be able to filter the view, zoom in, find an object, then press "x" to clear all filters, and see the object surrounded by all similar objects. (Currently you need to find the object, then zoom out, cancel the filters, then zoom back in...)

Alternatively, it would be great to access the filters somehow while zoomed in.

Thanks!

@cpietsch
Copy link
Owner

That's a great idea and not too hard to implement.
Just comment out the functionality to hide the tags:

d3.select(".tagcloud").classed("hide", true);
and comment out the reset zoom after filtering:
canvas.resetZoom();

Opionally rename canvas.split to canvas.project in
canvas.split();

That will clear all filters on the ESC key

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants