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

Categorical color column not working in ParallelCoordinates & ParallelCategories #18

Open
mbelak-dtml opened this issue Jul 25, 2023 · 1 comment
Labels
bug Something isn't working good first issue Good for newcomers P-2-MEDIUM Medium priority

Comments

@mbelak-dtml
Copy link
Collaborator

mbelak-dtml commented Jul 25, 2023

If a column which is both categorical and numeric (e.g. 0/1) in ParallelCoordinates or ParallelCategories, it is treated as numeric with a numeric axis shown.

Example

Code

import edvart

edvart.Report(
    edvart.example_datasets.dataset_titanic(),
    use_default_sections=False,
).add_multivariate_analysis(
    color_col="Survived"
).show()

Output

image

@mbelak-dtml mbelak-dtml added bug Something isn't working good first issue Good for newcomers labels Jul 25, 2023
@mbelak-dtml mbelak-dtml added the P-2-MEDIUM Medium priority label Aug 17, 2023
@mbelak-dtml
Copy link
Collaborator Author

Resolved for the boolean case by #128.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers P-2-MEDIUM Medium priority
Development

No branches or pull requests

1 participant