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

Allow generic (rectangular) selections #167

Open
evertrol opened this issue Sep 26, 2018 · 0 comments
Open

Allow generic (rectangular) selections #167

evertrol opened this issue Sep 26, 2018 · 0 comments

Comments

@evertrol
Copy link

Current selections for subsetting datasets in a graph require the lower and upper limits to be actual (binned) data points. This has a few problems:

  • it is less intuitive than what most users are used to (cf rectangular selection of files in a file manager window)
  • it requires some precision clicking on the (two) points of interest
  • it makes it harder to select data of interest which logically would appear to be one set

For the last remark, consider the following ASCII art example of a scatter plot:

        
     *****
    ******
     ******      *
     *****
      ***

  *

I can't select a region that includes all points except the two outliers. A general rectangular selection would allow this.

As an addition, allowing the rectangle to start outside the graph could mean that particular axis bound is set to infinity, including all points for that direction.

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

No branches or pull requests

2 participants