I think it is solved now, this is what I am using at the moment:
corr = {{83, 225}, {91, 200}, {95, 175}, {94, 150}, {86, 115}, {80, 121}, {85, 150}, {85, 175}, {83, 200}};
label = {1, 2, 3, 4, 5, 6, 7, 8, 9};
Needs["Graphics`Colors`"];
n = Length[label];
Show[temp...