Skip to content

Optionally color paired plots #207

@siemdejong

Description

@siemdejong

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

Image
(labels censored)

This issue results from the following experimental setup:

  1. divide data in 10 groups (3 shown above)
  2. for every group, do 5 experiments
    So there is pairing via the 10 groups.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions