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

a few issues with LearnUniformDistribution #2081

Open
gweinberg opened this issue Jun 6, 2021 · 0 comments
Open

a few issues with LearnUniformDistribution #2081

gweinberg opened this issue Jun 6, 2021 · 0 comments
Assignees

Comments

@gweinberg
Copy link

The widget LearnUniformDistribution has the following issues:

Issue 1: Ends of slider should match entered min and max:

It seems like the endpoints of the slider are made to extend one unit below and above the min and max; for instance:

image

I think that's confusing to students/users. I think the default is that the slider endpoints should match the entered min/max.

If an instructor wanted to show that, for instance, the probability under the Uniform was 0 outside the [min, max] range, then perhaps you could change the slider functionality to allow the slider endpoints to also be entered (in which case, I guess they would have to become de-coupled from the min/max).

Issue 2: At enlarged browser resolution, the slider overlaps the box:

image

Issue 3: The plot looks wrong because the scales aren't the same on both axes:

image

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