Grouped Spread Plot
What is a grouped spread plot?
A grouped spread plot offers the same summary statistics as a clustered bar chart, but with a more minimal aesthetic. Within each cluster, a prominent line with smaller error bars represent individual subcategories. This design allows for clear side-by-side comparisons between groups and across their respective subcategories.
While often a matter personal preference, many prefer spread plots over bar charts because there is less visual weight on the bars and more visual harmony between the aggregate measure and the error bars.
Distribution dot plot
It is good practice to overlay a distribution dot plot on top of summary statistics. This is Graphmatik's default behaviour, as it enables viewers to easily see the shape of the underlying data, sample size, and any potential outliers.
Chart properties
Prop | Default | Description |
---|---|---|
central tendency | mean | mean The sum of a set of values divided by the number of values in the set. median The middlemost value of a sorted set of numbers. |
error bars | SEM | standard error of the mean (SEM) How much the sample means vary from the population mean. mean standard deviation (SD) A measure of the variation of a set of values around their mean. mean 95% confidence interval (95% CI) 95% probability that the population parameter lies within this range. mean or median range The difference between the highest and lowest values within a set. mean or median Interquartile range (IQR) The middle 50% of a set of values (i.e. 3rd quartile - 1st quartile).median |
sort | none | none The clusters are arranged in insertion order. ascending Clusters are arranged from smallest to largest. descending Clusters are arranged from largest to smallest. |
group by | factor | factor Bars will be grouped by the selected factor, with the other factor defining the subgroups. |