In situations when we want to make side-by-side boxplots, ideally if there are less than 5 points that group is shown as dots.
Here is the current behaviour:
and this is the desirable behaviour:
Notice the samples at NT and ACT only have 3 and 2 points respectively, so showing them as boxplots is misleading.
A diff of the code change is at:
dicook@7dbc03e