These solutions do not help with coloring the outliers properly. They are still in their “original” color scheme. Additionally, is there a solution, where I can apply this systematically to an entire figure, instead of setting it manually for each subplot?
Well the documentation here seems to say that you should use
outliercolor=dodge
Colors are customizable. The color attribute refers to the color of the boxes, whereas outliercolor refers to the color of the outliers. If not scalars (e.g. :red ), these attributes must have the length of the data. If outliercolor is not provided, outliers will have the same color as their box, as shown above.
but it doesn’t seem to work like this for me when I try it.
On the other hand, if I try outliercolor=:red, this works as expected. It is as if outliercolor ignores the colormap.