I want to draw sequences of two different configurations over time. I have the data in a table like that.
| serial | mode2 | mode 3 |
|---|---|---|
| 1 | 0.079 | |
| 2 | 0.088 | |
| 3 | 0.094 | |
| 4 | 0.095 | |
| 5 | 0.095 | |
| 6 | 0.096 | |
| 7 | 0.096 | |
| 1 | 0.076 | |
| 2 | 0.086 | |
| 3 | 0.093 | |
| 4 | 0.094 | |
| 5 | 0.094 | |
| 6 | 0.095 | |
| 7 | 0.095 |
However, when I try to draw that, so I can see the data over time, the graph that I get flips the x-axis and the y-axis. That is I was expecting to see the x-axis to be the time, while the y-axis to be the series, but I get the complete opposite, as in the image below. Is there any way in which I can flip the x and y axes?
