I have a CSV file that contains the following data:
user,Measurement1,Measurement2,Measurement3,group 1,0.1,0.7,0.2,3 2,0.3,0.3,0.4,2 3,0.3,0.3,0.4,2
I need to build one line for each user. The x axis can be as little as 1.2.3 (one point for each dimension marked as before, after, but I can work out the marking later). The color will be set by the columns of the group. I found a plot similar to the one I need, but I do not want to use the user code as the value of x.
source share