-
Notifications
You must be signed in to change notification settings - Fork 53
Closed
Labels
Description
Is your feature request related to a problem? Please describe.
groups_baseline = dabest.load(df, idx=("1", "2", "3", "4", "5"), paired="baseline", idx="id")doesn't show a colored plot
Describe the solution you'd like
Have colors when using paired=..., just like there is if there is no paired=....
The structure of the plot can stay the same.
Describe alternatives you've considered
Do
groups_no_baseline = dabest.load(df, idx=("1", "2", "3", "4", "5"))but this removes the "pairing line" between the datapoints and the mean difference should be paired.
Additional context
This issue results from the following experimental setup:
- divide data in 10 groups (3 shown above)
- for every group, do 5 experiments
So there is pairing via the 10 groups.
Reactions are currently unavailable
