Plots - reset color cycle

This generalizes a bit my comment further above:

n = length(unique(test_data.category))
colors = palette(:default)[1:n]'

then just add the following argument to the plots commands:

 color=colors
1 Like