You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating a comparison web report from two sessions:
The order of the videos in the report depends on the order in which the sessions were chosen, but ...
The order in which line styles (solid, dashed) are assigned to the sessions does not.
That is, reverting the order in which the sessions are chosen results in videos being swapped, but the plots remain exactly the same.
The desired behavior is for the plots to change too.
The text was updated successfully, but these errors were encountered:
The web report delegates figure creation to the Plotly plotter. Looking at it quickly, my first hunch is that the plotter is designed to be invariant to the ordering of trials given as its argument. Therefore, it doesn't matter whether session 1 or session 2 trials come first in its input. This may be even be desirable, i.e. might be good to think about whether changing it will cause side effects in some circumstances.
The code at and around the following line might be relevant:
When creating a comparison web report from two sessions:
The order of the videos in the report depends on the order in which the sessions were chosen, but ...
The order in which line styles (solid, dashed) are assigned to the sessions does not.
That is, reverting the order in which the sessions are chosen results in videos being swapped, but the plots remain exactly the same.
The desired behavior is for the plots to change too.
The text was updated successfully, but these errors were encountered: