Hi, I have a series of variables, each with an x,y value. I'd like to create a simply x,y scatter that plots each variable and has the name of each variable at the plot point. (I've been able to plot the variables, but no names, which doesn't really help. Here's a sample of the data, variable names in the first column, x values in the second, y values in the third:
x y
ty 0.0050704 3.744929898
jy 0.006249492 4.955236017
bp 0.006391129 4.112757061
ec 0.006600869 1.487170393
cd 0.006738382 2.500669512
sf 0.007060973 12.9476571
us 0.007871507 1.66352149
gc 0.011130153 4.519796768
ad 0.011889269 8.053443863
cl 0.014706384 3.351904412
ng 0.016210292 3.75309436
hg 0.019007896 2.650752265
I very much appreciate your help. Thanks.
x y
ty 0.0050704 3.744929898
jy 0.006249492 4.955236017
bp 0.006391129 4.112757061
ec 0.006600869 1.487170393
cd 0.006738382 2.500669512
sf 0.007060973 12.9476571
us 0.007871507 1.66352149
gc 0.011130153 4.519796768
ad 0.011889269 8.053443863
cl 0.014706384 3.351904412
ng 0.016210292 3.75309436
hg 0.019007896 2.650752265
I very much appreciate your help. Thanks.