I have two groups, each one with 2 vectors that represent "attributes".
Group1
2-element Vector{Any}:
[0.557, -0.13, 0.34, 0.62]
[0.62, -1.20, -0.79, 0.48]
Group2
2-element Vector{Any}
[-1.20, -0.58, 1.07, -0.89]
[1.31, -1.58, -1.27, -0.16]
I want to make a scatter plot that shows Group 1 Attribute 1, Group 1 Attribute 2, Group 2 Attribute 1, and so on. Each category with a different color.
How can i do that?