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

[Enhancement] Support common brush tool in PCP #95

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

lixun910
Copy link
Member

The common brush tool in PCP currently only returns the Rect of current selection(s) in the unit of screen pixel. This PR tries to use the Rect info to detect which PCP lines are intersecting with the Rect.

@lixun910 lixun910 requested a review from runzhec March 28, 2024 17:05
@lixun910
Copy link
Member Author

@runzhec After landing your PCP + LLM pr, you can take a look at this PR that supports the common brush tool in PCP. The idea is to use the information of selected rectangles in brushSelected event to detect which PCP lines are intersected/highlighted. The selected rectangles are returned in pixel unit, so we just need to transform them in data unit.

@lixun910 lixun910 linked an issue Mar 29, 2024 that may be closed by this pull request
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

Successfully merging this pull request may close these issues.

Enhance the PCP Selection
1 participant