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
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