Displaying 1 result from an estimated 1 matches for "lesson4".
Did you mean:
lesson
2007 Jul 08
2
transform excel data into graph
...have a set of data in the following form, which are stored in an Excel
file:
nick john peter
lesson1 0.465 0.498 0.473
lesson2 0.422 0.44 0.134
lesson3 0.45 0.35 0.543
lesson4 0.590 0.64 0.11
lesson5 0.543 0.5 0.32
What I want to do is a 2d-graph plot where I will have the name of the
student in the X-axis and the name of the lesson in the Y-axis and the
number from each pair will be used to...