Earlier quoted context omitted.
> 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?
Often people are interested in exact quantitative statistics like IQR, median, top/bottom deciles which are commonly represented in box plots. The alternatives are visually simpler but they contain less quantitative information.
I've stopped using box plots (2021)
141–150 of 258 posts
Re: I've stopped using box plots (2021)
#142Earlier quoted context omitted.
What are you talking about? I have a perfect grasp of these things. As I said, half is in the shape area. You must've missed that. Also, that IS his mistake, it's literally the first thing in the post. And this stuff isn't hard or hard to teach _at all_ has long as you're at least 5.
This thread started with bdjsiqoocwk , who wrote: > You don't know where the rest are. This is wrong, period. And the fact it's wrong is pretty much the entire point of the article. Are bdjsiqoocwk and lkdfjlkdfjlg the same poster? Please don't pick a needless fight.
Re: I've stopped using box plots (2021)
#143Re: I've stopped using box plots (2021)
#144>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)
#145Earlier quoted context omitted.
If you do that in your paper, you better write next to the graph that you did that.
Arguing that nobody who might be professionally expected to look at a box plot can be reasonably expected to understand how box plots are defined doesn't make a compelling case that using them is a good idea.
I agree that if there is an indication that if most professionals don't really know what boxplot is supposed communicate, maybe it should not be used.
Re: I've stopped using box plots (2021)
#146The only advantage box plots had is that they can be drawn by hand. Now that computers are ubiquitous this is no longer valuable. Violin plots and bee swarm plots are better. Jittered strip plots can be okay if you're careful to avoid saturation (or more points added in the saturated region will disappear as they can't make it any darker).
Here is a great rant (borderline lecture) from Angela Collier on why they aren’t [0]
Re: I've stopped using box plots (2021)
#147This is why it's good to have a really competent visual designer around. Their sole purpose is visual communication, and that very much includes dealing with the subconscious connotations and unintended messages hidden within data visualizations. Yes, you've probably encountered designers that would not be good at that, you imagine. You've also probably encountered developers that would not be good at the sort of data munging that scientists, et al do; that doesn't mean developers, generally, aren't best equipped to handle the related coding problems.
Re: I've stopped using box plots (2021)
#148I always find new types of plots very interesting. Is there a nice resource showing all the common types of plots, when to use them, alternatives, code etc?
For example, though the final example in the reference there is graphically "only" shading the "outer band" darker than the inner alpha-blended region, this seems important statistically/visualization-wise since the unknown true parent distribution/ensemble samples are, well, sampled from need only be any monotonic curve within the whole region.. (not even differentiable if mixed discrete-continuous values may happen).
Re: I've stopped using box plots (2021)
#149Lots of people defending box plots here -- a lot more than I expected! What I don't see is anyone saying "box plots are useful because they're the best kind of chart for [specific use case]". I can't off-hand think of any situation where I'd rather see a box plot than a strip plot or violin plot. When and why would you want to summarise the data so coarsely and visualize it so un-intuitively?
Re: I've stopped using box plots (2021)
#150Earlier quoted context omitted.
The exponential distribution (modal value 0) is not bell shaped. If you don't like it's range of non-negative, then take some smooth mollification
And the smooth mollification will look like...?