I need to iterate over every points in the following seaborne chart to obtain the coordinates and the color for every point to put this information in the dictionary .and use this dictionary later when the mouse hover over the point the annotation display the category of this point because I have a lot
SInteractions_Graph = sns.swarmplot(x="KPI", y="value", hue="Platform", data=irisS)
and the chart looks like this
which produce the following chart :