I am creating a boxplot as follows
result = ggplot( data = data, aes( x = reorder(c, c_num), y = total, fill =paste(m, co), group = c ) ) + geom_boxplot(l