Given the following data:
data =
1 2.3
1 3.4
1 2.1
2 4.3
2 5.3
2 6.2
3 0.2
3 0.3
3 0.4
I need to plot these data as 3 different series:
1st curve: when the 1st column is equal to 1
2nd curve: when the 2nd column is equal to 2
3rd curve: when the 3rd column is equal to 3
How can I do this in the most flexible way (using different colors)?