Hi all,
I have a data table that presents a sequence over time and records only when there is a change (un equal time intervals).
I would like to produce a graph with time on the horizontal axis and parallel horizontal lines representing the three categorical variables (place, condition and condition 2).
The colors along the lines will represent the different categories of place and conditions.
I manage to produce a somewhat fake presentation by setting start time as X and end time as Y, connecting with a line, coloring by category and compressing the Y axis so the line looks horizontal.
attached is the data table with two scripts to run.
I would be very thankful for any suggestions,
Thanks,
Ron