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

specification of qrect size in identify_rect #182

Open
mariev opened this issue Jun 10, 2012 · 0 comments
Open

specification of qrect size in identify_rect #182

mariev opened this issue Jun 10, 2012 · 0 comments
Labels

Comments

@mariev
Copy link
Member

mariev commented Jun 10, 2012

issue:

identify_rect uses magic numbers to determine range of search area [currently 1% of layer limits]

discussion:

Fitt's law generally states that the time to move to a target (in this case items that get assigned hits<-) is due to target size and distance from pointer. That is, for better UI design, use large targets.

Conversely, when the target is small, reduced transportation time can be achieved by increasing the size of the cursor.

Cranvas does not support best practices for UI design by forcing only a small cursor.

solution:

  • allow cranvas plots to specify identity query rectangle via a brush attribute
  • an optional argument to identify_rect [messy]
  • ?? Some other, more elegant option

see also:

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

No branches or pull requests

1 participant