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

Monochromatic scatterplots are misleading #59

Open
longouyang opened this issue Sep 29, 2016 · 1 comment
Open

Monochromatic scatterplots are misleading #59

longouyang opened this issue Sep 29, 2016 · 1 comment

Comments

@longouyang
Copy link
Member

longouyang commented Sep 29, 2016

Reproducing a Slack conversation:

[long] the problem is something like this
when you approximate a continuous distribution by sampling
all the samples have the same score
(if you do the aggregation where score = frequency of sampled value)
if you then visualize this, points will tend to overplot and it will be hard to see the real signal without intelligently setting opacity levels
we can get around this for base continuous distributions by just using the value from the primitive scorer
instead of the frequency score

[ndg] ah!
makes sense

[long] but for continuous marginals, we’re hosed

[ndg] yeah.... at some point (maybe soon?) we'll add kernel-based aggregator, which will help with this.

[long] ah, good to know

[robert_hawkins] that’ll be great

[long] at the moment, i haven’t finished fixing the problem for even base continuous distributions yet. hence the advice to distrust monochromatic scatter plots
@longouyang
Copy link
Member Author

longouyang commented Sep 30, 2016

idea: when this happens, dumbly guess an opacity level but give the user a slider to more intelligently adjust it.

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

1 participant