-
Notifications
You must be signed in to change notification settings - Fork 25
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
Misleading counts #31
Comments
Hey, thanks for the report. That is indeed concerning. I will try to take a look later today and see what is going wrong there. |
Do you have appetite for adding a mode option to switch between exclusive and non-exclusive aggregation? I love Upset plots but my main criticism is they can be extremely misleading. If the aim is to visualise the size of an intersect between two sets (i.e. "better Venn") they mislead when the true intersect is split across multiple bars, some of which may be pushed off-screen by a cap on their number. I think making this expicit in the function's options raises awareness of this problem as well as offering the solution. |
Is this fixed by now? Never noticed anything wrong but from now on I will be much more careful. Would be good to know if one can simpy rely on the calculations made by the package. |
@z3tt - No it's still as was. Even if/when this is resolved I feel this viz method is pretty problematic to use without clearly caveatting the exclusionary nature of its summarisations (ie. its XY figure excludes where XYZ). If your interest is in the true XY figure (including observations of XYZ) then you need an alternative workflow maybe like this (but note it only summarises genre intersections ie. it omits single-genre movies):
|
The data doesn't add up as far as I can see:
The graphic shows drama + comedy as 195, whereas the actual intersect is 180. It seems you are lumping in the other categories not manually selected for the plot with the
sets
argument. But if you do this then the app is being inconsistent, because when omitting thesets
argument the categories are fully exclusive. In fact the real drama + comedy intersect is 265.The text was updated successfully, but these errors were encountered: