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

Handle overlapping points becoming opaque #123

Open
keflavich opened this issue Jun 16, 2015 · 3 comments
Open

Handle overlapping points becoming opaque #123

keflavich opened this issue Jun 16, 2015 · 3 comments

Comments

@keflavich
Copy link
Contributor

When many points from the same data set, especially those that are physically large, are overlaid, they become opaque, e.g. TonyWong in this case:

image

We should allow either order or transparency to be adjusted.

@e-koch
Copy link
Contributor

e-koch commented Jun 16, 2015

@keflavich @agianne -- Do we want to make this an adjustable parameter that can be set when querying? Or some clever way of adjusting alpha on a per dataset basis based on density of points?

@agianne
Copy link
Contributor

agianne commented Jun 16, 2015

@keflavich @e-koch It would be nice to have alpha adjusted on the basis of the density of points, but won't this also affect all the other points?

@e-koch
Copy link
Contributor

e-koch commented Jun 16, 2015

@agianne - I was thinking we could compute the density in the plane using all of the selected data, then scale the alphas by the dataset they belong to (so right now, by author). Then each dataset has a unique alpha based on how clustered the points are.

I guess this also depends on the resolution the plot is being viewed at...

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

3 participants