I need to plot data (D::DataFrame) during certain valve configurations. Each row of data has a corresponding status value for each valve (statuses.Valve#). First I have to find the periods of time where the valves were in that configuration. Then I can plot the chosen column of data (col::Symbol).
As long as the method isn't too complicated I'm happy to change what I have. The method I talked about above works so I'm just looking something different/better to improve my Julia programming skills. Short of preprogramming all possible cases (time consuming and frustrating for all) I couldn't think of any other method that would be so broadly applicable.
