I have a 3-columns table (Date,Time,Value). I would like to automatically plot the table using the following format:
- X-axis: Time
- Y-axis: Value
- Series: Date
This would give me a different line for each day.
I only managed to do it manually (adding a new series for each day), yet I want it to be automatic, i.e. create a new line for every new value in the first column.
How can I do that?
