Labeling each data point in scatter chart

  • Thread starter Thread starter Kris
  • Start date Start date
K

Kris

Is there some way to create a scatter chart automatically with each of the
points labelled from the following data? I have over 100 data points each
with a unique label and doing each series x value, y value and name
individually takes a lot of time. I could transpose the data if it helps.

label x y
aaa 150 0.001
bbb 200 0.0005
ccc 35 0.03
ddd 15 0.1

Thanks
 
Back
Top