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

Histograms are emptied when generating 1-unique-valued histogram #139

Open
bstienen opened this issue Nov 24, 2017 · 2 comments
Open

Histograms are emptied when generating 1-unique-valued histogram #139

bstienen opened this issue Nov 24, 2017 · 2 comments

Comments

@bstienen
Copy link
Contributor

When generating a histogram of a variable that only contains 1 unique value, the axis of that histogram gets labeled with that value multiple times, but this histogram remains empty because there are no well defined bins to put the data in. To make matters worse, when creating this histogram, all other histograms in the same screen are flushed and get emptied as well. Removing the newly created histogram solves the issue.

Although it is clear to me that this has to do with the min/max values of the variable that is being plotted, it took me some time (and help) to realize this. Is there a way to solve this in an automated fashion? I bet that if i have trouble finding the source of this problem, a generic user would have this problem as well.

@jiskattema
Copy link

I cannot reproduce it on current dev branch. Can you give a bit more detail?
version you are using, sql or crossfilter backend, facet type that has only one value?

@bstienen
Copy link
Contributor Author

The version I am using is version 0.1.0 and the facet that I am using is the M3 facet in the ewkinos dataset that is added on the Spot instance installed on http://54.93.247.80/. I don't know how I check which backend is running.

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

2 participants