I've been given a dataframe with the following structure
Data Frame:
There are three different types of detector: diamond, efd, pfd There are 12 different collimator measurements from 5 - 40 The pages represent the days of the experiment (there are 16 in total)
I want to produce a plot that looks something like this
Desired plot:
I want to colour code each vertical series of points by the three detector types.
How do I do this?