>box plots always make distributions look bell shaped I feel like this is where the confusion stems from for the author and everyone else here. Box plots don't make anything bell shaped (they don't change the distribution), they assume that your data follows a bell/gaussian shape. This is correct in cases where the central limit theorem can be applied (which is almost everywhere) - but when that is not the case, the…
I agree. The author simply used the wrong chart. The author's example has a bimodal distribution (TWO peaks) and chooses a type of chart that has ONE peak (a box plot). A little baffling tbh.
I've stopped using box plots (2021)
41–50 of 258 posts
Re: I've stopped using box plots (2021)
#42Earlier quoted context omitted.
> Box plots [...] assume that your data follows a bell/gaussian shape. Not sure how to square that with this statement on Wikipedia's page on box plots: Box plots are non-parametric: they display variation in samples of a statistical population without making any assumptions of the underlying statistical distribution[3]
If you want to see why that is not fully correct you should read the article. For a box plot you need to calculate mean, variance and certain percentiles. These values don't make sense if your distribution does not follow a certain shape (because these values unambiguously define such a shape). See the examples in the article for what happens if you still try to use them in those cases. You can still extract the valu…
Re: I've stopped using box plots (2021)
#43So the diagram should not be used because of an education problem with some audiences? Isn't that a bit like banning cars because some people can't drive? Some diagrams are simply not for mass consumption and this is one, particularly because it is designed to illustrate an interpretation of ranges instead of the direct/linear representation of the raw data. Of course I'd illustrate this fact as a Venn diagram compar…
If a medium of communication is misunderstood and found to be misleading to your audience, it doesn't really matter whether it's an education problem or not. It ceases to be a good communication medium.
The entire purpose of data viz as the author discussed is to convey ideas to other people. The author argues that people tend to misunderstand this specific chart type. It is valid, then, to dismiss the visualisation as bad for public communication.
Unfortunately, the technical merits of these things don't matter if most people don't understand them.
Re: I've stopped using box plots (2021)
#44Re: I've stopped using box plots (2021)
#45Earlier quoted context omitted.
When there are alternatives that are clearer and also don't have this education problem, why use box plots? You seem quite keen on them, but why?
There are a few advantages (see visualization section here pls http://en.m.wikipedia.org/wiki/Box_plot ) but my main concern is that the problem is not with the diagram, it's with idea that it's somehow faulty. Sometimes you may want to highlight some core representation of data without the distraction of outliers (yes that does mean some people will use it for deliberate misrepresentation). But in this regard it's u…
Re: I've stopped using box plots (2021)
#46>box plots always make distributions look bell shaped I feel like this is where the confusion stems from for the author and everyone else here. Box plots don't make anything bell shaped (they don't change the distribution), they assume that your data follows a bell/gaussian shape. This is correct in cases where the central limit theorem can be applied (which is almost everywhere) - but when that is not the case, the…
Re: I've stopped using box plots (2021)
#47>box plots always make distributions look bell shaped I feel like this is where the confusion stems from for the author and everyone else here. Box plots don't make anything bell shaped (they don't change the distribution), they assume that your data follows a bell/gaussian shape. This is correct in cases where the central limit theorem can be applied (which is almost everywhere) - but when that is not the case, the…
> There are very real use cases for box plots, The author argues otherwise, can you give an example of a use case where box plots would be preferable to the alternatives the author suggests?
> The author argues otherwise
No, in the article he says he wouldn't recommend them _in most_ situations. It's a part that a lot of people here seemed to have missed whether arguing for or against box plots.
>Despite making more visual sense than box plots, I still wouldn’t recommend these design concepts or box plots in most situations because…
(Emphasis mine)
Re: I've stopped using box plots (2021)
#48The author just has a bad intuition. On the first picture he says "this looks like a small quantity". No, you can't say that. All you can say is that half the data points are in the shades part. You don't know where the rest are.
Re: I've stopped using box plots (2021)
#49The author has experience of teaching box plots in various organisations. The author has found that compared to other types of plots, people struggle to learn how to intepret box plots. The author proposes some alternatives that they believe to be easier for people to interpret: - Strip plots (for few data points) - Jittered strip plots (for more data points) - Distribution heatmap (for even more data points) ---- Th…
And still half the comments are like "But I know better!"... yeah, I'd wager most here don't.
Re: I've stopped using box plots (2021)
#50The author has experience of teaching box plots in various organisations. The author has found that compared to other types of plots, people struggle to learn how to intepret box plots. The author proposes some alternatives that they believe to be easier for people to interpret: - Strip plots (for few data points) - Jittered strip plots (for more data points) - Distribution heatmap (for even more data points) ---- Th…
I wish we could educate everyone in the ways data can be misrepresented - scale, non 0 axis starting, omitting categories, combining groups, colours, point sizes not representative of data - and they can all be levelled at other graph types, singling out box plots for hiding is no different, but IMHO not justification for not using them with the right audience.