Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

residual_plot: strange behavior of the color_by parameter #662

Closed
ASmirnov-HORIS opened this issue Jan 10, 2023 · 0 comments
Closed

residual_plot: strange behavior of the color_by parameter #662

ASmirnov-HORIS opened this issue Jan 10, 2023 · 0 comments
Assignees
Milestone

Comments

@ASmirnov-HORIS
Copy link
Collaborator

Current behaviour:

data = {
    "x": [0, 1, 0, 1],
    "y": [0, 1, 0, -1],
    "g": ["a", "a", "b", "b"]
}
residual_plot(data, "x", "y", color_by="g")

image

but I rather expect:

image

i.e. separated statistic for each group (= each color).

@ASmirnov-HORIS ASmirnov-HORIS self-assigned this Jan 10, 2023
@alshan alshan added this to the 2023Q1 milestone Jan 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants