BryceStevenWilley / visioning_texts

A D3 project that locally visualizes your messages from Signal or Whatsapp
GNU General Public License v3.0
37 stars 6 forks source link

Whisker plots too narrow with high outlier #8

Closed maartenwiegers closed 4 years ago

maartenwiegers commented 4 years ago

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?

mfmarlow commented 4 years ago

I had the same issue

BryceStevenWilley commented 4 years ago

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.

maartenwiegers commented 4 years ago

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.

BryceStevenWilley commented 4 years ago

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

BryceStevenWilley commented 4 years ago

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!

BryceStevenWilley commented 4 years ago

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.