I would like to add multiple series with the same label to a chart. In my case the label represents a class inside of trajectories (made of (x,y) positions). The first 100 steps are of class 'A', the second 100 steps of class 'B' and the last 100 steps are of class 'A' again.
However, at the moment it seems to me that all classes have to have unique labels.
I would like to add multiple series with the same label to a chart. In my case the label represents a class inside of trajectories (made of (x,y) positions). The first 100 steps are of class 'A', the second 100 steps of class 'B' and the last 100 steps are of class 'A' again.
However, at the moment it seems to me that all classes have to have unique labels.