BryceStevenWilley/visioning_texts

Whisker plots too narrow with high outlier

Closed this issue · 6 comments

The whisker plot seems to be too narrow when the high outlier is way higher than Q1-median-Q4:

image
Considering that 2 other graphs are significantly wider, the solution might already be in making them wider?

I had the same issue

Just pushed a commit that might help. It's hard to scale this one relative to the other graphs, as it could just be as big as necessary, but necessary meaning "make sure the user can read the full whisker plot" is pretty difficult to calculate on the fly. Let me know if it works better, if not I can try something more fancy.

Thanks! On the current version, it looks like this:
image
So it does work a little better, but the bottom one is still not quite useful.

Thanks Maarten. I think I have an potential solution to this, will try to add it in the next few days.

Just pushed another fix, this time it adds a zoomed-in version of just the box, still labeled, and leaves out the label on the top. Let me know what y'all think!

Gonna close this, it should automatically "zoom" into the whisker plot for you now. Feel free to reopen if it's not working/ is wonky.